Changeset cc36562b in mainline for uspace/lib/c/include/time.h
- Timestamp:
- 2018-08-25T19:06:27Z (7 years ago)
- Children:
- 72df613
- Parents:
- 02f547f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/time.h
r02f547f rcc36562b 45 45 #include <_bits/NULL.h> 46 46 47 #define CLOCKS_PER_SEC ((clock_t) 1 )47 #define CLOCKS_PER_SEC ((clock_t) 1000000) 48 48 49 49 #define TIME_UTC 1
Note:
See TracChangeset
for help on using the changeset viewer.