Eric Andersen 23 жил өмнө
parent
commit
16e078bba3

+ 1 - 0
libc/sysdeps/linux/common/syscalls.c

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