diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-06 20:53:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-06 20:53:05 +0200 |
commit | 91bb12aaa6ba1c1264023a53350b046f7d80219e (patch) | |
tree | 71f251ab69be4fbf5d016938342a43dd193d5dac /toolchain/uclibc/patches/xxx-sparc-wait4.patch | |
parent | aa9a46d40ae76b926880ff36b1bb7d27f52b55ac (diff) | |
parent | 9bd2823a3447207af8b789dc3fa38a3f4232c453 (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.patch | 12 |
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 + + |