diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-11-03 16:14:04 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-11-03 16:14:04 +0000 |
commit | d5509b1c67be42007760cbfb2503771eaa3f9548 (patch) | |
tree | 4d3faf3f42d67319c7d36fca03187884a3d8db80 /libc/sysdeps/linux/avr32/sigaction.c | |
parent | 339d8b0bb621a48bf6499887f33c62867a42dcfa (diff) |
Add extern reference to __libc_sigaction in sigaction.c for AVR32 arch
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'libc/sysdeps/linux/avr32/sigaction.c')
-rw-r--r-- | libc/sysdeps/linux/avr32/sigaction.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/avr32/sigaction.c b/libc/sysdeps/linux/avr32/sigaction.c index 6b6b3466c..5a1ec9eae 100644 --- a/libc/sysdeps/linux/avr32/sigaction.c +++ b/libc/sysdeps/linux/avr32/sigaction.c @@ -16,6 +16,8 @@ extern void __default_rt_sa_restorer(void); /* Experimentally off - libc_hidden_proto(memcpy) */ +extern __typeof(sigaction) __libc_sigaction; + /* * 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. |