diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-04-15 19:33:47 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:37 +0200 |
commit | 7049cfee24a745b918a6a55fe0e076c1ab75f563 (patch) | |
tree | b64be16c553319312793ec885cc23d79fe83a3b1 /libc/signal/sysv_signal.c | |
parent | 95a2ed35514f8e5cc1d1de423a589dedc54df092 (diff) |
signal: cleanup, include only headers that are needed
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/signal/sysv_signal.c')
-rw-r--r-- | libc/signal/sysv_signal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/signal/sysv_signal.c b/libc/signal/sysv_signal.c index a696a5426..65d8190d0 100644 --- a/libc/signal/sysv_signal.c +++ b/libc/signal/sysv_signal.c @@ -18,8 +18,6 @@ #include <errno.h> #include <signal.h> -#include <string.h> /* For the real memset prototype. */ - /* Tolerate non-threads versions of Posix */ #ifndef SA_ONESHOT |