X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=toolchain%2FuClibc%2Fpatches-0.9.33.2%2F137-inet_fix_threaded_res_init.patch;fp=toolchain%2FuClibc%2Fpatches-0.9.33.2%2F137-inet_fix_threaded_res_init.patch;h=d40f28df38d9baf37f3dbfa4b7ab71a3b2d83675;hb=8bd7e0b19b20cf01881c7db20adf5ab052e2b64a;hp=0000000000000000000000000000000000000000;hpb=c4b013f00b19e983ff43264b418dad9e66bb7fe6;p=openwrt%2Fopenwrt.git diff --git a/toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch b/toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch new file mode 100644 index 0000000000..d40f28df38 --- /dev/null +++ b/toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch @@ -0,0 +1,12 @@ +--- a/libc/inet/resolv.c ++++ b/libc/inet/resolv.c +@@ -3581,6 +3581,7 @@ res_init(void) + if (!_res.id) + _res.id = res_randomid(); + ++ __res_sync = NULL; + __res_vinit(&_res, 1); + __res_sync = res_sync_func; + +-- +cgit v0.9.1