From 5841dad9e3379f74568d9650d4b28a0129715c61 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 3 Aug 2002 22:26:02 +0000 Subject: 2002-08-03 Roland McGrath * include/signal.h: Use libc_hidden_proto for raise, sigemptyset, sigfillset, sigismember, __sigpause, __libc_current_sigrtmin, and __libc_current_sigrtmax. * signal/sigismem.c: Add libc_hidden_def. * signal/sigfillset.c: Likewise. * signal/sigempty.c: Likewise. * sysdeps/generic/sigpause.c (__sigpause): Likewise. * sysdeps/posix/sigpause.c (__sigpause): Likewise. * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise. --- sysdeps/posix/sigpause.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/posix/sigpause.c') diff --git a/sysdeps/posix/sigpause.c b/sysdeps/posix/sigpause.c index 1aaf0192ce..fc5f79e31e 100644 --- a/sysdeps/posix/sigpause.c +++ b/sysdeps/posix/sigpause.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 1994-1998, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,94-98,2000,02 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -53,7 +53,7 @@ __sigpause (int sig_or_mask, int is_sig) return __sigsuspend (&set); } - +libc_hidden_def (__sigpause) /* We have to provide a default version of this function since the standards demand it. The version which is a bit more reasonable is -- cgit 1.4.1