Changes in uspace/lib/c/include/time.h [4805495:09ab0a9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/time.h
r4805495 r09ab0a9a 33 33 */ 34 34 35 #ifndef _LIBC_TIME_H_36 #define _LIBC_TIME_H_35 #ifndef LIBC_TIME_H_ 36 #define LIBC_TIME_H_ 37 37 38 38 #ifdef __cplusplus … … 64 64 struct tm { 65 65 int tm_sec; 66 int tm_nsec; /**< Nonstandard extension, nanoseconds since last second. */ 66 #ifdef _HELENOS_SOURCE 67 int tm_nsec; 68 #endif 67 69 int tm_min; 68 70 int tm_hour;
Note:
See TracChangeset
for help on using the changeset viewer.