buildroot/toolchain/uClibc/uClibc-0.9.30.3-xtensa-010-sigaction.c.patch
Peter Korsgaard de859f6b2a toolchain: Add uClibc 0.9.30.3, remove older 0.9.30.x
As the 0.9.30.x stable releases only contain bugfixes, there isn't much
sense in using the older 0.9.30.x releases instead of .3, so use a single
0.9.30.x config similar to how we do it for the kernel headers.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-03-12 23:14:59 +01:00

12 lines
335 B
Diff

--- a/libc/sysdeps/linux/xtensa/sigaction.c 2008-09-23 21:11:02.000000000 -0700
+++ b/libc/sysdeps/linux/xtensa/sigaction.c 2008-09-23 21:12:31.000000000 -0700
@@ -17,6 +17,8 @@
#define SA_RESTORER 0x04000000
+extern __typeof(sigaction) __libc_sigaction;
+
extern void __default_sa_restorer (void);
libc_hidden_proto(memcpy)