Changeset f6cb995 in mainline for uspace/lib/posix/time.h
- Timestamp:
- 2012-04-23T22:23:05Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56b308e
- Parents:
- 8219eb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/time.h
r8219eb9 rf6cb995 90 90 extern struct tm *posix_gmtime_r(const time_t *restrict timer, 91 91 struct tm *restrict result); 92 extern struct tm *posix_localtime(const time_t *timer);93 92 extern struct tm *posix_localtime_r(const time_t *restrict timer, 94 93 struct tm *restrict result); … … 126 125 127 126 #define gmtime_r posix_gmtime_r 128 #define localtime posix_localtime129 127 #define localtime_r posix_localtime_r 130 128
Note:
See TracChangeset
for help on using the changeset viewer.