Changeset 190 for trunk/src/emx/include/sys
- Timestamp:
- May 19, 2003, 5:52:55 PM (22 years ago)
- Location:
- trunk/src/emx/include/sys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/ioccom.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r189 r190 95 95 96 96 int ioctl __P((int, unsigned long, ...)); 97 int _ioctl __P((int, int, ...));97 int _ioctl __P((int, unsigned long, ...)); 98 98 __END_DECLS 99 99 -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/sys/time.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r189 r190 163 163 #define setitimer tcpip40_setitimer 164 164 /* @} */ 165 int _System utimes (__const__ char *, __const__ struct timeval *); 166 int _System gettimeofday (struct timeval *, struct timezone *); 167 int _System settimeofday (__const__ struct timeval *, __const__ struct timezone *); 165 /* These are libc functions so no _System convention. */ 166 int utimes (__const__ char *, __const__ struct timeval *); 167 int gettimeofday (struct timeval *, struct timezone *); 168 int settimeofday (__const__ struct timeval *, __const__ struct timezone *); 168 169 #ifndef TCPV40HDRS 169 170 #include <sys/cdefs.h> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.