From: Roland McGrath Date: Sat, 3 Aug 2002 22:26:02 +0000 (+0000) Subject: 2002-08-03 Roland McGrath X-Git-Tag: upstream/2.30~10627^2~1647 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6af07791756ba2e015d659e268b4a8ff848209c4;p=external%2Fglibc.git 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. --- diff --git a/sysdeps/unix/bsd/osf/alpha/sigpause.S b/sysdeps/unix/bsd/osf/alpha/sigpause.S index 021e603..7646366 100644 --- a/sysdeps/unix/bsd/osf/alpha/sigpause.S +++ b/sysdeps/unix/bsd/osf/alpha/sigpause.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1995, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1993,95,97,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Brendan Kehoe (brendan@zen.org). @@ -25,5 +25,6 @@ SYSCALL__ (sigpause, 1) ret .end __sigpause +libc_hidden_def (__sigpause) weak_alias (__sigpause, sigpause)