diff -buNr time.h.org time.h
|
old
|
new
|
|
| 160 | 160 | #endif |
| 161 | 161 | |
| 162 | 162 | #if __POSIX_VISIBLE >= 199309 |
| 163 | | int clock_getres(clockid_t, struct timespec *); |
| 164 | | int clock_gettime(clockid_t, struct timespec *); |
| 165 | | int clock_settime(clockid_t, const struct timespec *); |
| | 163 | /** @todo int clock_getres(clockid_t, struct timespec *); */ |
| | 164 | /** @todo int clock_gettime(clockid_t, struct timespec *); */ |
| | 165 | /** @todo int clock_settime(clockid_t, const struct timespec *); */ |
| 166 | 166 | int nanosleep(const struct timespec *, struct timespec *); |
| 167 | 167 | #endif /* __POSIX_VISIBLE >= 199309 */ |
| 168 | 168 | |
| … |
… |
|
| 183 | 183 | /* bird: clash with EMX (and OGBSI6) timezone is a variable. man page say this |
| 184 | 184 | * is for Unix version 7 compatability though... |
| 185 | 185 | char *timezone(int, int); */ |
| 186 | | void tzsetwall(void); |
| 187 | | time_t timelocal(struct tm * const); |
| 188 | | time_t timegm(struct tm * const); |
| | 186 | /** @todo void tzsetwall(void); */ |
| | 187 | /** @todo time_t timelocal(struct tm * const); */ |
| | 188 | /** @todo time_t timegm(struct tm * const); */ |
| 189 | 189 | #endif /* __BSD_VISIBLE */ |
| 190 | 190 | |
| 191 | 191 | /* bird: LIBC OGBSI6 compliance extras. */ |