Explorar el Código

use weak to fix f.e. cdrkit static compile. fixes #3

Waldemar Brodkorb hace 11 años
padre
commit
885d9c24d4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/sysdeps/linux/common/setreuid.c

+ 1 - 1
libc/sysdeps/linux/common/setreuid.c

@@ -37,4 +37,4 @@ int setreuid(uid_t ruid, uid_t euid)
 }
 }
 #endif
 #endif
 
 
-libc_hidden_def(setreuid)
+libc_hidden_weak(setreuid)