Changeset 8867cf6 in mainline
- Timestamp:
- 2018-08-26T16:42:19Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aab85d90
- Parents:
- cca80a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/time.h
rcca80a2 r8867cf6 66 66 struct tm { 67 67 int tm_sec; 68 #ifdef _HELENOS_SOURCE 68 69 int tm_nsec; 70 #endif 69 71 int tm_min; 70 72 int tm_hour; … … 106 108 /* ISO/IEC 9899:2011 7.27.3.5 (1) */ 107 109 extern size_t strftime(char *, size_t, const char *, const struct tm *); 110 111 112 #ifdef _HELENOS_SOURCE 108 113 109 114 /* … … 154 159 extern void udelay(sysarg_t); 155 160 161 #endif /* _HELENOS_SOURCE */ 162 156 163 #ifdef __cplusplus 157 164 }
Note:
See TracChangeset
for help on using the changeset viewer.