summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches-0.9.32/110-compat_macros.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-22 00:44:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-22 00:44:37 +0000
commit05e837fb6ddeadd3996ea585cb4263061e919fcd (patch)
tree6eb6c8b8d2760561a8c4980eae974dcd1cd24e55 /toolchain/uClibc/patches-0.9.32/110-compat_macros.patch
parent9bfd20a16098abb2e7bb81987df7db58ce865a72 (diff)
downloadmtk-20170518-05e837fb6ddeadd3996ea585cb4263061e919fcd.zip
mtk-20170518-05e837fb6ddeadd3996ea585cb4263061e919fcd.tar.gz
mtk-20170518-05e837fb6ddeadd3996ea585cb4263061e919fcd.tar.bz2
uClibc: update 0.9.32 to latest git
SVN-Revision: 24073
Diffstat (limited to 'toolchain/uClibc/patches-0.9.32/110-compat_macros.patch')
-rw-r--r--toolchain/uClibc/patches-0.9.32/110-compat_macros.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/patches-0.9.32/110-compat_macros.patch b/toolchain/uClibc/patches-0.9.32/110-compat_macros.patch
index 61dfe55..a07c603 100644
--- a/toolchain/uClibc/patches-0.9.32/110-compat_macros.patch
+++ b/toolchain/uClibc/patches-0.9.32/110-compat_macros.patch
@@ -1,6 +1,6 @@
--- a/include/string.h
+++ b/include/string.h
-@@ -357,18 +357,40 @@ extern char *index (__const char *__s, i
+@@ -357,18 +357,40 @@
/* Find the last occurrence of C in S (same as strrchr). */
extern char *rindex (__const char *__s, int __c)
__THROW __attribute_pure__ __nonnull ((1));