From 13433395f2fd808006cd07b05b79cae193c6ecb9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 11 Jun 2010 19:22:42 +0200 Subject: silence some warnings about missing prototypes Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/sysdeps/pthread/sigaction.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libpthread/nptl/sysdeps/pthread') diff --git a/libpthread/nptl/sysdeps/pthread/sigaction.c b/libpthread/nptl/sysdeps/pthread/sigaction.c index 20cff8941..e004a3903 100644 --- a/libpthread/nptl/sysdeps/pthread/sigaction.c +++ b/libpthread/nptl/sysdeps/pthread/sigaction.c @@ -26,9 +26,7 @@ #define LIBC_SIGACTION 1 #include -int -sigaction (int sig, const struct sigaction *act, struct sigaction *oact); - +extern __typeof(sigaction) __sigaction; int __sigaction (int sig, const struct sigaction *act, struct sigaction *oact) { -- cgit v1.2.3