Changes in uspace/lib/c/include/time.h [4805495:bc56f30] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/time.h
r4805495 rbc56f30 36 36 #define _LIBC_TIME_H_ 37 37 38 #ifdef __cplusplus 39 extern "C" { 40 #endif 38 #include <_bits/decls.h> 41 39 42 40 /* ISO/IEC 9899:2011 7.27.1 (2) */ … … 51 49 52 50 #include <_bits/size_t.h> 51 52 __C_DECLS_BEGIN; 53 53 54 54 /* ISO/IEC 9899:2011 7.27.1 (3), (4) */ … … 106 106 const struct tm *__restrict__); 107 107 108 __C_DECLS_END; 109 108 110 #ifdef _HELENOS_SOURCE 109 111 … … 114 116 #include <stdbool.h> 115 117 #include <_bits/errno.h> 118 119 __HELENOS_DECLS_BEGIN; 116 120 117 121 typedef long long sec_t; … … 155 159 extern void udelay(sysarg_t); 156 160 161 __HELENOS_DECLS_END; 162 157 163 #endif /* _HELENOS_SOURCE */ 158 159 #ifdef __cplusplus160 }161 #endif162 164 163 165 #endif
Note:
See TracChangeset
for help on using the changeset viewer.