diff options
Diffstat (limited to 'libc/sysdeps/linux/arm/sigaction.c')
-rw-r--r-- | libc/sysdeps/linux/arm/sigaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/sigaction.c b/libc/sysdeps/linux/arm/sigaction.c index 8ab2be797..552ac17bf 100644 --- a/libc/sysdeps/linux/arm/sigaction.c +++ b/libc/sysdeps/linux/arm/sigaction.c @@ -43,7 +43,7 @@ extern __typeof(sigaction) __libc_sigaction; #ifdef __NR_rt_sigaction -libc_hidden_proto(memcpy) +/* Experimentally off - libc_hidden_proto(memcpy) */ /* If ACT is not NULL, change the action for SIG to *ACT. If OACT is not NULL, put the old action for SIG in *OACT. */ |