OSDN Git Service

Fix __adjtimex symbol
authorEric Andersen <andersen@codepoet.org>
Tue, 5 Feb 2002 20:48:16 +0000 (20:48 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 5 Feb 2002 20:48:16 +0000 (20:48 -0000)
libc/sysdeps/linux/common/syscalls.c

index b0cf423..bb4bb10 100644 (file)
@@ -980,6 +980,7 @@ _syscall1(int, uname, struct utsname *, buf);
 #ifdef L_adjtimex
 #include <sys/timex.h>
 _syscall1(int, adjtimex, struct timex *, buf);
+weak_alias(adjtimex, __adjtimex);
 #endif
 
 //#define __NR_mprotect         125