This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, 1.0 has been updated
via 885d9c24d4c21da941603baf555fc72a3765bbe3 (commit)
from 69ba9dcaa13bb8bbdc8630265d73298c39945416 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 885d9c24d4c21da941603baf555fc72a3765bbe3
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Thu Feb 26 20:46:11 2015 +0100
use weak to fix f.e. cdrkit static compile. fixes #3
-----------------------------------------------------------------------
Summary of changes:
libc/sysdeps/linux/common/setreuid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libc/sysdeps/linux/common/setreuid.c b/libc/sysdeps/linux/common/setreuid.c
index a9eea6d..583a987 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)
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date