Changeset 1972 for trunk/src/emx/include/sys/time.h
- Timestamp:
- May 6, 2005, 5:36:47 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/time.h
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r1971 r1972 41 41 * @changed IBM TCP paranoia. 42 42 * @changed Added hrtime_t and gethrtime from SUN/HP/RTLinux. 43 * @todo Implement futimes() and lutimes().44 43 */ 45 44 … … 326 325 __BEGIN_DECLS 327 326 /** @todo int adjtime(const struct timeval *, struct timeval *); */ 328 /** @todo int futimes(int, const struct timeval *); */ 327 int futimes(int, const struct timeval *); 329 328 int getitimer(int, struct itimerval *); 330 329 int gettimeofday(struct timeval *, struct timezone *); 331 /** @todo int lutimes(const char *, const struct timeval *); */ 330 int lutimes(const char *, const struct timeval *); 332 331 int setitimer(int, const struct itimerval *, struct itimerval *); 333 332 int settimeofday(const struct timeval *, const struct timezone *); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.