summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches/xxx-sparc-wait4.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 09:03:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 09:03:47 +0100
commitb1792baaf8cb1686e463e98e9142ee611a14feaf (patch)
treef49875a1e3b6869f1e4d452de0957479d61f0786 /toolchain/uClibc/patches/xxx-sparc-wait4.patch
parent8471b19838d6f6acc2825d6f0b1007e29f7e350f (diff)
parent4210ea9c8f69095fa0efaf5247f6c12925dcb4f0 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/uClibc/patches/xxx-sparc-wait4.patch')
-rw-r--r--toolchain/uClibc/patches/xxx-sparc-wait4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/uClibc/patches/xxx-sparc-wait4.patch b/toolchain/uClibc/patches/xxx-sparc-wait4.patch
new file mode 100644
index 000000000..e219ed773
--- /dev/null
+++ b/toolchain/uClibc/patches/xxx-sparc-wait4.patch
@@ -0,0 +1,12 @@
+diff -Nur uClibc-0.9.33.2.orig/include/sys/wait.h uClibc-0.9.33.2/include/sys/wait.h
+--- uClibc-0.9.33.2.orig/include/sys/wait.h 2014-03-01 19:15:53.000000000 +0100
++++ uClibc-0.9.33.2/include/sys/wait.h 2014-03-01 19:16:42.000000000 +0100
+@@ -176,7 +176,7 @@
+ #endif /* Use BSD. */
+
+ #ifdef _LIBC
+-extern __pid_t __wait4_nocancel(__pid_t, __WAIT_STATUS, int, struct rusage *) attribute_hidden;
++extern __pid_t __wait4_nocancel(__pid_t, __WAIT_STATUS, int, struct rusage *);
+ #endif
+
+