Parcourir la source

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

Waldemar Brodkorb il y a 9 ans
Parent
commit
885d9c24d4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)