about summary refs log tree commit diff
path: root/include/signal.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-18 11:51:19 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-18 11:51:19 +0000
commite17ec21131d07fc0beda17b275ae1a9b6bfb69e3 (patch)
tree786d6fd41a84c946bd15f4bdb4b439596b70843f /include/signal.h
parentace55c73dd0c94e3cd77f53a046b6128a14a45e1 (diff)
downloadglibc-e17ec21131d07fc0beda17b275ae1a9b6bfb69e3.tar.gz
glibc-e17ec21131d07fc0beda17b275ae1a9b6bfb69e3.tar.xz
glibc-e17ec21131d07fc0beda17b275ae1a9b6bfb69e3.zip
Update.
	* include/signal.h: Add libc_hidden_proto for __libc_sigaction.
Diffstat (limited to 'include/signal.h')
-rw-r--r--include/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/signal.h b/include/signal.h
index 44bc720aed..4196a6f012 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);