Changeset 187 for trunk/src/emx/include/sys/time.h
- Timestamp:
- May 19, 2003, 3:20:02 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/time.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r186 r187 156 156 157 157 #if defined(TCPV40HDRS) || !defined(_POSIX_SOURCE) 158 /** @name tcpip40 function mappings. 159 * @{ */ 160 /* utimes, gettimeofday and settimeofday is EMX so no mapping is needed. */ 161 #define adjtime tcpip40_adjtime 162 #define getitimer tcpip40_getitimer 163 #define setitimer tcpip40_setitimer 164 /* @} */ 158 165 int _System utimes (__const__ char *, __const__ struct timeval *); 159 166 int _System gettimeofday (struct timeval *, struct timezone *); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.