Changes in uspace/lib/posix/time.h [823a929:acc3f82c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/time.h
r823a929 racc3f82c 55 55 }; 56 56 57 typedef long posix_clock_t;58 59 57 /* Broken-down Time */ 60 58 extern struct posix_tm *posix_localtime(const time_t *timep); … … 65 63 extern size_t posix_strftime(char *restrict s, size_t maxsize, const char *restrict format, const struct posix_tm *restrict tm); 66 64 67 /* CPU Time */68 extern posix_clock_t posix_clock(void);69 70 65 #ifndef LIBPOSIX_INTERNAL 71 66 #define tm posix_tm 72 73 #define clock_t posix_clock_t74 67 75 68 #define localtime posix_localtime … … 78 71 #define ctime posix_ctime 79 72 #define strftime posix_strftime 80 81 #define clock posix_clock82 73 #endif 83 74
Note:
See TracChangeset
for help on using the changeset viewer.