aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-29 02:16:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-29 02:16:13 +0000
commit19150d393d3a3d287cd5111cba19c8daba3dead6 (patch)
tree8987e8daeed61254f0125ef914f8ea0be757c223 /toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch
parentf93a3164307e1fbdc7031feab08a39c61704dc49 (diff)
downloadupstream-19150d393d3a3d287cd5111cba19c8daba3dead6.tar.gz
upstream-19150d393d3a3d287cd5111cba19c8daba3dead6.tar.bz2
upstream-19150d393d3a3d287cd5111cba19c8daba3dead6.zip
toolchain/uClibc: backport madvise and fallocate (fixes #19336)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45100
Diffstat (limited to 'toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch')
-rw-r--r--toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch b/toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch
index 4c23141ea3..6732d54d3e 100644
--- a/toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch
+++ b/toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch
@@ -1,6 +1,6 @@
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
-@@ -3536,6 +3536,61 @@
+@@ -3536,6 +3536,61 @@ __res_vinit(res_state rp, int preinit)
return 0;
}
@@ -62,7 +62,7 @@
static void
__res_iclose(void)
{
-@@ -3608,61 +3663,6 @@
+@@ -3608,61 +3663,6 @@ struct __res_state *__resp = &_res;
# endif
#endif /* !__UCLIBC_HAS_THREADS__ */