diff options
Diffstat (limited to 'libc/signal/sigaction.c')
-rw-r--r-- | libc/signal/sigaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/signal/sigaction.c b/libc/signal/sigaction.c index 14e3dc9c2..50ab640d5 100644 --- a/libc/signal/sigaction.c +++ b/libc/signal/sigaction.c @@ -23,7 +23,7 @@ #include <sys/syscall.h> -libc_hidden_proto(memcpy) +/* Experimentally off - libc_hidden_proto(memcpy) */ /* The difference here is that the sigaction structure used in the kernel is not the same as we use in the libc. Therefore we must |