diff options
Diffstat (limited to 'libc/sysdeps/linux/c6x')
-rw-r--r-- | libc/sysdeps/linux/c6x/sigaction.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/c6x/sigaction.c b/libc/sysdeps/linux/c6x/sigaction.c index c65a85dc7..38f8204b4 100644 --- a/libc/sysdeps/linux/c6x/sigaction.c +++ b/libc/sysdeps/linux/c6x/sigaction.c @@ -31,8 +31,6 @@ #define SA_RESTORER 0x04000000 -extern __typeof(sigaction) __libc_sigaction; - extern void restore_rt(void) __asm__ ("__restore_rt") attribute_hidden; extern void restore(void) __asm__ ("__restore") attribute_hidden; |