diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-12-16 12:07:43 +0100 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-12-16 12:07:43 +0100 |
commit | cbff4254e48ff39f5930f972edc6dc9213161727 (patch) | |
tree | ea169911ec2f2dd49a5aae140f47fc0176756d9f /libc/signal/sigpause.c | |
parent | 9849c407e8e6732fbf417cb447937e3b3b9a54ec (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.c | 1 |
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, |