de859f6b2a
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>
12 lines
335 B
Diff
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)
|