]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/posix/sigignore.c
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / sysdeps / posix / sigignore.c
index 9787e8d234402a95a95e8e62fc56c915cf7809e5..361a19e0dcb1c28c45ca546cd34774ef14287549 100644 (file)
@@ -1,5 +1,5 @@
 /* Set the disposition of SIG to SIG_IGN.
-   Copyright (C) 1998, 2005 Free Software Foundation, Inc.
+   Copyright (C) 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -22,8 +22,6 @@
 #define __need_NULL
 #include <stddef.h>
 #include <signal.h>
-#include <string.h>    /* For the real memset prototype.  */
-
 
 int
 sigignore (sig)