Eric Andersen 24 роки тому
батько
коміт
16e078bba3
1 змінених файлів з 1 додано та 0 видалено
  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
 #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