summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches/xxx-sparc-wait4.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-06 14:46:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-06 14:46:57 +0200
commite8440b5c2722b2740b7fd444edcd7cbd531ccddb (patch)
tree64f07e9f722439e9d77bf66b4b6c8339149537a9 /toolchain/uClibc/patches/xxx-sparc-wait4.patch
parentb5a90a6f0655899fed42ba37d7825f7709ad4dea (diff)
use lowercase directory name
Diffstat (limited to 'toolchain/uClibc/patches/xxx-sparc-wait4.patch')
-rw-r--r--toolchain/uClibc/patches/xxx-sparc-wait4.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/uClibc/patches/xxx-sparc-wait4.patch b/toolchain/uClibc/patches/xxx-sparc-wait4.patch
deleted file mode 100644
index e219ed773..000000000
--- a/toolchain/uClibc/patches/xxx-sparc-wait4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-
-