diff options
Diffstat (limited to 'sysdeps/generic/sigpause.c')
-rw-r--r-- | sysdeps/generic/sigpause.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/generic/sigpause.c b/sysdeps/generic/sigpause.c index 8f63b87003..bc598d070c 100644 --- a/sysdeps/generic/sigpause.c +++ b/sysdeps/generic/sigpause.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,95,96,2000,02 Free Software Foundation, Inc. +/* Copyright (C) 1991,95,96,2000,02,2004 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 @@ -16,8 +16,10 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define sigpause __rename_sigpause #include <errno.h> #include <signal.h> +#undef sigpause int __sigpause (sig_or_mask, is_sig) |