From 19150d393d3a3d287cd5111cba19c8daba3dead6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 29 Mar 2015 02:16:13 +0000 Subject: toolchain/uClibc: backport madvise and fallocate (fixes #19336) Signed-off-by: Felix Fietkau SVN-Revision: 45100 --- .../patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch') 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__ */ -- cgit v1.2.3