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
commit092c6f96caade87d9ac2e38f43b475f74aa00ae9 (patch)
tree7bfbf29c14699b0288a455baebe2011b510d01e5 /toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch
parent109ce797452c2ba6280c44fede7d04a918e71e56 (diff)
downloadmaster-187ad058-092c6f96caade87d9ac2e38f43b475f74aa00ae9.tar.gz
master-187ad058-092c6f96caade87d9ac2e38f43b475f74aa00ae9.tar.bz2
master-187ad058-092c6f96caade87d9ac2e38f43b475f74aa00ae9.zip
toolchain/uClibc: backport madvise and fallocate (fixes #19336)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45100 3c298f89-4303-0410-b956-a3cf2f4a3e73
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__ */