svn commit: trunk/uClibc/libc/sysdeps/linux/avr32
egtvedt at uclibc.org
egtvedt at uclibc.org
Mon Nov 3 16:14:04 UTC 2008
Author: egtvedt
Date: 2008-11-03 08:14:04 -0800 (Mon, 03 Nov 2008)
New Revision: 23919
Log:
Add extern reference to __libc_sigaction in sigaction.c for AVR32 arch
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com>
Modified:
trunk/uClibc/libc/sysdeps/linux/avr32/sigaction.c
Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/avr32/sigaction.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/avr32/sigaction.c 2008-11-03 16:02:52 UTC (rev 23918)
+++ trunk/uClibc/libc/sysdeps/linux/avr32/sigaction.c 2008-11-03 16:14:04 UTC (rev 23919)
@@ -16,6 +16,8 @@
/* 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.
More information about the uClibc-cvs
mailing list