[git commit nptl_merge] _Exit(): add weak alias to _exit() for C99

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sun Nov 22 08:37:56 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=fa1bb23a599da9283f190ab525b971c55475f5f9
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl_merge

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/common/_exit.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libc/sysdeps/linux/common/_exit.c b/libc/sysdeps/linux/common/_exit.c
index fbeed0d..6cece08 100644
--- a/libc/sysdeps/linux/common/_exit.c
+++ b/libc/sysdeps/linux/common/_exit.c
@@ -21,3 +21,4 @@ void attribute_noreturn _exit(int status)
 		INLINE_SYSCALL(exit, 1, status);
 }
 libc_hidden_def(_exit)
+weak_alias(_exit,_Exit)
-- 
1.6.3.3



More information about the uClibc-cvs mailing list