Changeset cc36562b in mainline for uspace/lib/posix/include/posix/time.h
- Timestamp:
- 2018-08-25T19:06:27Z (7 years ago)
- Children:
- 72df613
- Parents:
- 02f547f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/time.h
r02f547f rcc36562b 42 42 43 43 #include "libc/time.h" 44 45 #undef CLOCKS_PER_SEC46 #define CLOCKS_PER_SEC (1000000L)47 44 48 45 #ifndef __locale_t_defined … … 102 99 const struct timespec *rqtp, struct timespec *rmtp); 103 100 104 /* CPU Time */105 extern clock_t clock(void);106 107 101 #endif // POSIX_TIME_H_ 108 102
Note:
See TracChangeset
for help on using the changeset viewer.