Changeset 92244ed in mainline
- Timestamp:
- 2019-02-02T16:23:01Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67ca359
- Parents:
- 3446ead
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/time.h
r3446ead r92244ed 64 64 struct tm { 65 65 int tm_sec; 66 #ifdef _HELENOS_SOURCE 67 int tm_nsec; 68 #endif 66 int tm_nsec; /**< Nonstandard extension, nanoseconds since last second. */ 69 67 int tm_min; 70 68 int tm_hour;
Note:
See TracChangeset
for help on using the changeset viewer.