summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-21/arch-mips64/usr/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to '9/platforms/android-21/arch-mips64/usr/include/time.h')
-rw-r--r--9/platforms/android-21/arch-mips64/usr/include/time.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/9/platforms/android-21/arch-mips64/usr/include/time.h b/9/platforms/android-21/arch-mips64/usr/include/time.h
index 0a5f18b..aa72fcc 100644
--- a/9/platforms/android-21/arch-mips64/usr/include/time.h
+++ b/9/platforms/android-21/arch-mips64/usr/include/time.h
@@ -85,8 +85,10 @@ extern void tzset(void) __LIBC_ABI_PUBLIC__;
extern clock_t clock(void) __LIBC_ABI_PUBLIC__;
-extern int clock_getres(int, struct timespec*) __LIBC_ABI_PUBLIC__;
-extern int clock_gettime(int, struct timespec*) __LIBC_ABI_PUBLIC__;
+extern int clock_getres(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
+extern int clock_gettime(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
+extern int clock_nanosleep(clockid_t, int, const struct timespec*, struct timespec*) __LIBC_ABI_PUBLIC__;
+extern int clock_settime(clockid_t, const struct timespec*) __LIBC_ABI_PUBLIC__;
extern int timer_create(int, struct sigevent*, timer_t*) __LIBC_ABI_PUBLIC__;
extern int timer_delete(timer_t) __LIBC_ABI_PUBLIC__;