From 84108f44ccbb94f9d34b13beefa1e2527807fdbc Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Thu, 26 Jun 2014 11:33:32 +0530 Subject: ARC: make sigaction inline with other arches Signed-off-by: Vineet Gupta Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/arc/sigaction.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/sysdeps/linux/arc/sigaction.c') diff --git a/libc/sysdeps/linux/arc/sigaction.c b/libc/sysdeps/linux/arc/sigaction.c index a4bc5f34b..73c496d2a 100644 --- a/libc/sysdeps/linux/arc/sigaction.c +++ b/libc/sysdeps/linux/arc/sigaction.c @@ -42,6 +42,11 @@ __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) } #ifndef LIBC_SIGACTION +# ifndef __UCLIBC_HAS_THREADS__ +strong_alias(__libc_sigaction,sigaction) +libc_hidden_def(sigaction) +# else weak_alias(__libc_sigaction,sigaction) libc_hidden_weak(sigaction) +# endif #endif -- cgit v1.2.3