diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-02 10:32:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-02 10:32:32 +0000 |
commit | c3a5f9872ad9f07faa30e5783dc834b4908a0179 (patch) | |
tree | 0a8b6f8483ff77544d093f2cdeb9c54e6d1fdeda /libc/sysdeps/linux | |
parent | 23b0e13d2e32c255ea8389bf07557e5d6fcad198 (diff) |
Add missing alias __modify_ldt
Diffstat (limited to 'libc/sysdeps/linux')
-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 63cef235b..52252ef90 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -1248,6 +1248,7 @@ _syscall1(int, uname, struct utsname *, buf); #ifdef __NR_modify_ldt #ifdef L_modify_ldt _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount); +weak_alias(adjtimex, __modify_ldt); #endif #endif |