Browse Source

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

Waldemar Brodkorb 9 years ago
parent
commit
885d9c24d4
1 changed files with 1 additions and 1 deletions
  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
 
-libc_hidden_def(setreuid)
+libc_hidden_weak(setreuid)