Ignore:
Timestamp:
Sep 19, 2004, 5:53:31 PM (21 years ago)
Author:
bird
Message:

Fixing warnings. -Znofork

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/ioccom.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1516 r1517  
    8383 */
    8484int         TCPCALL os2_ioctl __P((int, int, char *, int));
     85/** Wrapper around the ioctl() interface of OS/2 BSD 4.3. */
     86int         TCPCALL so_ioctl __P((int, unsigned long, ...));
    8587#else
    86 /** The v41+ BSD socket ioctl interface.
    87  * @remark sys based libc have separeate handle spaces for sockets and files
    88  *         therefore this socket specific call.
    89  */
     88/** The v41+ BSD socket ioctl interface. */
    9089int         TCPCALL so_ioctl __P((int, unsigned long, ...));
    9190/** The v41+ OS/2 specific socket ioctl interface. */
Note: See TracChangeset for help on using the changeset viewer.