diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c b/sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c index 27155a73dc..9d8ac17aa1 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c +++ b/sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001 Free Software Foundation, Inc. +/* Copyright (C) 2001, 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 @@ -36,4 +36,5 @@ __sigsuspend (set) real size of the user-level sigset_t. */ return INLINE_SYSCALL (rt_sigsuspend, 2, set, _NSIG / 8); } +libc_hidden_def (__sigsuspend) weak_alias (__sigsuspend, sigsuspend) |