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/136-inet_make_res_init_thread_safe.patch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'toolchain/uClibc/patches-0.9.33.2/136-inet_make_res_init_thread_safe.patch') diff --git a/toolchain/uClibc/patches-0.9.33.2/136-inet_make_res_init_thread_safe.patch b/toolchain/uClibc/patches-0.9.33.2/136-inet_make_res_init_thread_safe.patch index e23b0839ad..06278898f9 100644 --- a/toolchain/uClibc/patches-0.9.33.2/136-inet_make_res_init_thread_safe.patch +++ b/toolchain/uClibc/patches-0.9.33.2/136-inet_make_res_init_thread_safe.patch @@ -24,7 +24,7 @@ return 0; } -@@ -3582,11 +3582,11 @@ res_init(void) +@@ -3582,11 +3581,11 @@ res_init(void) if (!_res.id) _res.id = res_randomid(); @@ -38,7 +38,7 @@ return 0; } libc_hidden_def(res_init) -@@ -3687,7 +3687,11 @@ struct __res_state *__resp = &_res; +@@ -3687,7 +3686,11 @@ struct __res_state *__resp = &_res; int res_ninit(res_state statp) { @@ -51,5 +51,3 @@ } #endif /* L_res_init */ --- -cgit v0.9.1 -- cgit v1.2.3