Changeset daa90e8 in mainline for uspace/lib/libc/include/sys/time.h
- Timestamp:
- 2007-07-02T18:30:54Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7b63b6b
- Parents:
- f2f0392
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/sys/time.h
rf2f0392 rdaa90e8 53 53 }; 54 54 55 int gettimeofday(struct timeval *tv, struct timezone *tz); 55 extern void tv_add(struct timeval *tv, suseconds_t usecs); 56 extern suseconds_t tv_sub(struct timeval *tv1, struct timeval *tv2); 57 extern int tv_gt(struct timeval *tv1, struct timeval *tv2); 58 extern int tv_gteq(struct timeval *tv1, struct timeval *tv2); 59 extern int gettimeofday(struct timeval *tv, struct timezone *tz); 56 60 57 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.