Explorar o código

Fix __adjtimex symbol

Eric Andersen %!s(int64=23) %!d(string=hai) anos
pai
achega
16e078bba3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libc/sysdeps/linux/common/syscalls.c

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

@@ -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