diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/sigprocmask.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/sigprocmask.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/sigprocmask.c b/sysdeps/unix/sysv/linux/ia64/sigprocmask.c index 18d5409e3f..ba8b053869 100644 --- a/sysdeps/unix/sysv/linux/ia64/sigprocmask.c +++ b/sysdeps/unix/sysv/linux/ia64/sigprocmask.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Linux/IA64 specific sigprocmask Written by Jes Sorensen, <Jes.Sorensen@cern.ch>, April 1999. @@ -29,9 +29,6 @@ #include <sys/syscall.h> #include <bp-checks.h> -extern int __syscall_rt_sigprocmask (int, const sigset_t *__unbounded, - sigset_t *__unbounded, size_t); - /* Get and/or change the set of blocked signals. */ int __sigprocmask (how, set, oset) |