From e17ec21131d07fc0beda17b275ae1a9b6bfb69e3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Sep 2002 11:51:19 +0000 Subject: [PATCH] Update. * include/signal.h: Add libc_hidden_proto for __libc_sigaction. --- ChangeLog | 2 ++ include/signal.h | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 73577f2..bed17fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-09-18 Ulrich Drepper + * include/signal.h: Add libc_hidden_proto for __libc_sigaction. + * sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined define sigaction and __sigaction as wrappers around __libc_sigaction which rejects changing SIGCANCEL. diff --git a/include/signal.h b/include/signal.h index 44bc720..4196a6f 100644 --- a/include/signal.h +++ b/include/signal.h @@ -34,6 +34,7 @@ extern int __sigaltstack (__const struct sigaltstack *__ss, struct sigaltstack *__oss); extern int __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact); +libc_hidden_proto (__libc_sigaction) extern int __sigpause (int sig_or_mask, int is_sig); extern int __default_sigpause (int mask); -- 2.7.4