From cbff4254e48ff39f5930f972edc6dc9213161727 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 16 Dec 2009 12:07:43 +0100 Subject: libc: Add missing header for memset Silence compiler warning by adding the missing string.h header to include memset prototype. Do some code tidy-up removing commented out libc_hidden_proto macros in the meanwhile. Signed-off-by: Carmelo Amoroso --- libc/signal/sigpause.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/signal/sigpause.c') diff --git a/libc/signal/sigpause.c b/libc/signal/sigpause.c index e465fac7a..5280ee0a6 100644 --- a/libc/signal/sigpause.c +++ b/libc/signal/sigpause.c @@ -25,7 +25,6 @@ #include /* For NULL. */ #include - #include "sigset-cvt-mask.h" /* Set the mask of blocked signals to MASK, -- cgit v1.2.3