Fix scanf15.c testsuite build on sparc.
authorDavid S. Miller <davem@davemloft.net>
Tue, 13 Jan 2015 19:28:17 +0000 (11:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jan 2015 19:28:17 +0000 (11:28 -0800)
* include/signal.h (__sigreturn): Guard with __USE_MISC.

ChangeLog
include/signal.h

index 2e27ba7..b2b1163 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-13  David S. Miller  <davem@davemloft.net>
+
+       * include/signal.h (__sigreturn): Guard with __USE_MISC.
+
 2015-01-13  Roland McGrath  <roland@hack.frob.com>
 
        * login/logout.c (logout): Use memset rather than bzero.
index f631a62..b69de03 100644 (file)
@@ -41,7 +41,9 @@ extern int __sigtimedwait (const sigset_t *__set, siginfo_t *__info,
 libc_hidden_proto (__sigtimedwait)
 extern int __sigqueue (__pid_t __pid, int __sig,
                       const union sigval __val);
+#ifdef __USE_MISC
 extern int __sigreturn (struct sigcontext *__scp);
+#endif
 extern int __sigaltstack (const struct sigaltstack *__ss,
                          struct sigaltstack *__oss);
 extern int __libc_sigaction (int sig, const struct sigaction *act,