diff options
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/SYSCALLS.TXT | 2 | ||||
| -rw-r--r-- | libc/arch-arm/syscalls/__clock_getres.S | 1 | ||||
| -rw-r--r-- | libc/arch-mips/syscalls/__clock_getres.S | 1 | ||||
| -rw-r--r-- | libc/arch-x86/syscalls/__clock_getres.S | 1 |
4 files changed, 1 insertions, 4 deletions
diff --git a/libc/SYSCALLS.TXT b/libc/SYSCALLS.TXT index f8be0b00b..5c9a284fe 100644 --- a/libc/SYSCALLS.TXT +++ b/libc/SYSCALLS.TXT @@ -212,7 +212,6 @@ int settimeofday(const struct timeval*, const struct timezone*) all clock_t times(struct tms*) all int nanosleep(const struct timespec*, struct timespec*) all int clock_settime(clockid_t, const struct timespec*) all -int clock_getres(clockid_t, struct timespec*) all int ___clock_nanosleep:clock_nanosleep(clockid_t, int, const struct timespec*, struct timespec*) all int getitimer(int, const struct itimerval*) all int setitimer(int, const struct itimerval*, struct itimerval*) all @@ -351,6 +350,7 @@ int __set_tls:set_thread_area(void*) mips,mips64 int __set_thread_area:set_thread_area(void*) x86 # vdso stuff. +int __clock_getres:clock_getres(clockid_t, struct timespec*) all int __clock_gettime:clock_gettime(clockid_t, timespec*) all int __gettimeofday:gettimeofday(timeval*, timezone*) all diff --git a/libc/arch-arm/syscalls/__clock_getres.S b/libc/arch-arm/syscalls/__clock_getres.S index a81cf00b8..439b5b8b6 100644 --- a/libc/arch-arm/syscalls/__clock_getres.S +++ b/libc/arch-arm/syscalls/__clock_getres.S @@ -14,4 +14,3 @@ ENTRY(__clock_getres) neg r0, r0 b __set_errno_internal END(__clock_getres) -.hidden __clock_getres diff --git a/libc/arch-mips/syscalls/__clock_getres.S b/libc/arch-mips/syscalls/__clock_getres.S index c5eed970c..d4e67c538 100644 --- a/libc/arch-mips/syscalls/__clock_getres.S +++ b/libc/arch-mips/syscalls/__clock_getres.S @@ -17,4 +17,3 @@ ENTRY(__clock_getres) nop .set reorder END(__clock_getres) -.hidden __clock_getres diff --git a/libc/arch-x86/syscalls/__clock_getres.S b/libc/arch-x86/syscalls/__clock_getres.S index b8c53747a..77b0aa901 100644 --- a/libc/arch-x86/syscalls/__clock_getres.S +++ b/libc/arch-x86/syscalls/__clock_getres.S @@ -32,4 +32,3 @@ ENTRY(__clock_getres) popl %ebx ret END(__clock_getres) -.hidden __clock_getres |
