Changes in uspace/lib/c/include/time.h [09ab0a9a:4805495] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/time.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/time.h
r09ab0a9a r4805495 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 #ifdef _HELENOS_SOURCE 67 int tm_nsec; 68 #endif 66 int tm_nsec; /**< Nonstandard extension, nanoseconds since last second. */ 69 67 int tm_min; 70 68 int tm_hour;
Note:
See TracChangeset
for help on using the changeset viewer.
