diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index ae34666e8..232ffadd7 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -294,6 +294,7 @@ time_t timegm(struct tm *tm); | |||
294 | 294 | ||
295 | int nanosleep(const struct timespec *req, struct timespec *rem); | 295 | int nanosleep(const struct timespec *req, struct timespec *rem); |
296 | int clock_gettime(clockid_t clockid, struct timespec *tp); | 296 | int clock_gettime(clockid_t clockid, struct timespec *tp); |
297 | int clock_settime(clockid_t clockid, const struct timespec *tp); | ||
297 | 298 | ||
298 | /* | 299 | /* |
299 | * sys/stat.h | 300 | * sys/stat.h |