summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-03-02 10:41:06 +0000
committerEric Andersen <andersen@codepoet.org>2003-03-02 10:41:06 +0000
commit75985b3291d4e47978b9da444c1deb29eb197011 (patch)
tree732a34efb6909c4a116da8adf38f3582903f50da /libc
parentc3a5f9872ad9f07faa30e5783dc834b4908a0179 (diff)
cut-n-paste strikes again
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c
index 52252ef90..ede9fe384 100644
--- a/libc/sysdeps/linux/common/syscalls.c
+++ b/libc/sysdeps/linux/common/syscalls.c
@@ -1248,7 +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);
+weak_alias(modify_ldt, __modify_ldt);
#endif
#endif