summaryrefslogtreecommitdiff
path: root/libc/signal/sigpause.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2009-12-16 12:07:43 +0100
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-12-16 12:07:43 +0100
commitcbff4254e48ff39f5930f972edc6dc9213161727 (patch)
treeea169911ec2f2dd49a5aae140f47fc0176756d9f /libc/signal/sigpause.c
parent9849c407e8e6732fbf417cb447937e3b3b9a54ec (diff)
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 <carmelo.amoroso@st.com>
Diffstat (limited to 'libc/signal/sigpause.c')
-rw-r--r--libc/signal/sigpause.c1
1 files changed, 0 insertions, 1 deletions
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 <stddef.h> /* For NULL. */
#include <string.h>
-
#include "sigset-cvt-mask.h"
/* Set the mask of blocked signals to MASK,