diff options
Diffstat (limited to 'sysdeps/unix/bsd/sigsuspend.c')
-rw-r--r-- | sysdeps/unix/bsd/sigsuspend.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/sigsuspend.c b/sysdeps/unix/bsd/sigsuspend.c index d5b8c3634e..0d62ce218a 100644 --- a/sysdeps/unix/bsd/sigsuspend.c +++ b/sysdeps/unix/bsd/sigsuspend.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1996, 1997, 1998, 2002 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 @@ -44,4 +44,5 @@ __sigsuspend (set) return __sigpause (mask, 0); } +libc_hidden_def (__sigsuspend) weak_alias (__sigsuspend, sigsuspend) |