From 885d9c24d4c21da941603baf555fc72a3765bbe3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 26 Feb 2015 20:46:11 +0100 Subject: use weak to fix f.e. cdrkit static compile. fixes #3 --- libc/sysdeps/linux/common/setreuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/setreuid.c b/libc/sysdeps/linux/common/setreuid.c index a9eea6dc4..583a987c0 100644 --- a/libc/sysdeps/linux/common/setreuid.c +++ b/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) -- cgit v1.2.3