From 1bc21e7a70eb9f1f69c179bb251e612c7aecd655 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Jul 1998 20:47:08 +0000 Subject: Update. * resolv/nss_dns/dns-host.c (getanswer_r): Lower the priority of warnings when DNSSEC related records are received. * resolv/gethnamaddr.c (getanswer): Likewise. Patch by Brian Wellington . * signal/signal.h: Add prototype for sysv_signal. * math/libm-test.c (tgamma_test): Remove redundant tests. * posix/glob.h: Add GLOB_TILDE_CHECK. * sysdeps/generic/glob.c: Implement GLOB_TILDE_CHECK. * posix/globtest.c: Add option T to enable GLOB_TILDE_CHECK. * posix/globtest.sh: Re-enable test with ~ and non-existing user name. --- signal/signal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'signal/signal.h') diff --git a/signal/signal.h b/signal/signal.h index 5d63375947..8a37dde0c1 100644 --- a/signal/signal.h +++ b/signal/signal.h @@ -58,6 +58,9 @@ typedef void (*__sighandler_t) __PMT ((int)); requested. */ extern __sighandler_t __sysv_signal __P ((int __sig, __sighandler_t __handler)); +#ifdef __USE_GNU +extern __sighandler_t sysv_signal __P ((int __sig, __sighandler_t __handler)); +#endif /* Set the handler for the signal SIG to HANDLER, returning the old handler, or SIG_ERR on error. -- cgit v1.2.3