diff options
Diffstat (limited to 'sysdeps/posix/sigwait.c')
-rw-r--r-- | sysdeps/posix/sigwait.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/posix/sigwait.c b/sysdeps/posix/sigwait.c index a754c7c111..2bca88a126 100644 --- a/sysdeps/posix/sigwait.c +++ b/sysdeps/posix/sigwait.c @@ -1,5 +1,5 @@ /* Implementation of sigwait function from POSIX.1c. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -18,7 +18,6 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <assert.h> #include <errno.h> #include <signal.h> #include <stddef.h> /* For NULL. */ |