Explorar el Código

Fix __adjtimex symbol

Eric Andersen hace 23 años
padre
commit
16e078bba3
Se han modificado 1 ficheros con 1 adiciones y 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