Changeset 354 for trunk/src/emx/include/sys/time.h
- Timestamp:
- Jul 11, 2003, 1:39:47 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.4
to1.5
r353 r354 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_adjtime162 #define getitimer tcpip40_getitimer163 #define setitimer tcpip40_setitimer164 /* @} */165 158 /* These are libc functions so no _System convention. */ 166 159 int utimes (__const__ char *, __const__ struct timeval *); 167 160 int gettimeofday (struct timeval *, struct timezone *); 168 161 int settimeofday (__const__ struct timeval *, __const__ struct timezone *); 162 169 163 #ifndef TCPV40HDRS 170 164 #include <sys/cdefs.h> 171 int _System adjtime(const struct timeval *, struct timeval *); 172 int _System getitimer(int, struct itimerval *); 173 int _System setitimer(int, const struct itimerval *, struct itimerval *); 165 166 #ifndef TCPCALL 167 #define TCPCALL _System 168 #endif 169 170 int TCPCALL adjtime(const struct timeval *, struct timeval *); 171 int TCPCALL getitimer(int, struct itimerval *); 172 int TCPCALL setitimer(int, const struct itimerval *, struct itimerval *); 174 173 #endif 175 174 #endif /* TCPV40HDRS */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.