diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-12 20:50:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-12 20:50:03 +0000 |
commit | 0de9c08b6c58ec248ed8a00e477bdc44dc10716e (patch) | |
tree | ad23c496ea204877769ad46a23f4eb33eb0db4f0 /libc/sysdeps/linux/common/syscalls.c | |
parent | d1990393836764c4589d64581b57e3816e80829b (diff) |
Add support for missing ntp_gettime and ntp_adjtime
Diffstat (limited to 'libc/sysdeps/linux/common/syscalls.c')
-rw-r--r-- | libc/sysdeps/linux/common/syscalls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index 4bb40e3ab..0f1b29152 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -1413,6 +1413,7 @@ weak_alias(modify_ldt, __modify_ldt); #include <sys/timex.h> _syscall1(int, adjtimex, struct timex *, buf); weak_alias(adjtimex, __adjtimex); +weak_alias(adjtimex, ntp_adjtime); #endif //#define __NR_mprotect 125 |