Changeset 1517 for trunk/src/emx/include/sys
- Timestamp:
- Sep 19, 2004, 5:53:31 PM (21 years ago)
- Location:
- trunk/src/emx/include/sys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/cdefs.h
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r1516 r1517 171 171 */ 172 172 #if !(__GNUC__ == 2 && __GNUC_MINOR__ == 95) 173 #if __STDC_VERSION__ < 199901173 #if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901 /* bird: check if not defined. (-pedantic) */ 174 174 #define __restrict 175 175 #else -
Property cvs2svn:cvs-rev
changed from
-
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.