From 34a075bea344baf8a2b1c985d5a5189b64ed0e36 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Dec 2002 00:55:49 +0000 Subject: Update. * sysdeps/generic/sigpause.c: Define all functions as weak. * sysdeps/posix/sigpause.c: Likewise. --- sysdeps/posix/sigpause.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/posix/sigpause.c') diff --git a/sysdeps/posix/sigpause.c b/sysdeps/posix/sigpause.c index f764cba0fc..dba6912e90 100644 --- a/sysdeps/posix/sigpause.c +++ b/sysdeps/posix/sigpause.c @@ -48,6 +48,7 @@ libc_hidden_def (__sigpause) standards demand it. The version which is a bit more reasonable is the BSD version. So make this the default. */ int +__attribute__ ((weak)) __default_sigpause (int mask) { return __sigpause (mask, 0); @@ -61,6 +62,7 @@ strong_alias (__default_sigpause, __libc_sigpause) standards demand it. The version which is a bit more reasonable is the BSD version. So make this the default. */ int +__attribute__ ((weak)) __xpg_sigpause (int sig) { return __sigpause (sig, 1); -- cgit 1.4.1