Browse Source

Add extern reference to __libc_sigaction in sigaction.c for AVR32 arch

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Hans-Christian Egtvedt 15 years ago
parent
commit
d5509b1c67
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libc/sysdeps/linux/avr32/sigaction.c

+ 2 - 0
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.