aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/sigpause.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/sigpause.c')
-rw-r--r--sysdeps/posix/sigpause.c2
1 files changed, 2 insertions, 0 deletions
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);