Changeset 1517 for trunk/src/emx/include/sys/ioccom.h
- Timestamp:
- Sep 19, 2004, 5:53:31 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/ioccom.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1516 r1517 83 83 */ 84 84 int TCPCALL os2_ioctl __P((int, int, char *, int)); 85 /** Wrapper around the ioctl() interface of OS/2 BSD 4.3. */ 86 int TCPCALL so_ioctl __P((int, unsigned long, ...)); 85 87 #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. */ 90 89 int TCPCALL so_ioctl __P((int, unsigned long, ...)); 91 90 /** The v41+ OS/2 specific socket ioctl interface. */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.