diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-02 10:41:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-02 10:41:06 +0000 |
commit | 75985b3291d4e47978b9da444c1deb29eb197011 (patch) | |
tree | 732a34efb6909c4a116da8adf38f3582903f50da /libc/sysdeps/linux/common | |
parent | c3a5f9872ad9f07faa30e5783dc834b4908a0179 (diff) |
cut-n-paste strikes again
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/syscalls.c | 2 |
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 |