Changeset 5b3394c in mainline for uspace/lib/posix/time.h
- Timestamp:
- 2012-04-23T21:54:49Z (11 years ago)
- Branches:
- lfn, master, serial
- Children:
- 8219eb9
- Parents:
- c2b0e10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/time.h
rc2b0e10 r5b3394c 91 91 92 92 /* Broken-down Time */ 93 extern struct tm *posix_gmtime(const time_t *timer);94 93 extern struct tm *posix_gmtime_r(const time_t *restrict timer, 95 94 struct tm *restrict result); … … 130 129 #define difftime posix_difftime 131 130 132 #define gmtime posix_gmtime133 131 #define gmtime_r posix_gmtime_r 134 132 #define localtime posix_localtime
Note: See TracChangeset
for help on using the changeset viewer.