diff options
Diffstat (limited to 'sysdeps/posix/sigset.c')
-rw-r--r-- | sysdeps/posix/sigset.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/posix/sigset.c b/sysdeps/posix/sigset.c index df965d1c63..fea6fbf166 100644 --- a/sysdeps/posix/sigset.c +++ b/sysdeps/posix/sigset.c @@ -15,11 +15,8 @@ License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>. */ -#include <errno.h> -#define __need_NULL #include <stddef.h> #include <signal.h> -#include <string.h> /* For the real memset prototype. */ #include <sigsetops.h> /* Set the disposition for SIG. */ |