X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/94040a1eb7caf764c5d17722ce215d3e1a83dd10..d4473285ad65ee26bb81a6a84a0201eef8f2d928:/toolchain/uClibc/patches-0.9.30.3/410-llvm_workaround.patch diff --git a/toolchain/uClibc/patches-0.9.30.3/410-llvm_workaround.patch b/toolchain/uClibc/patches-0.9.30.3/410-llvm_workaround.patch new file mode 100644 index 000000000..3847b720a --- /dev/null +++ b/toolchain/uClibc/patches-0.9.30.3/410-llvm_workaround.patch @@ -0,0 +1,11 @@ +--- a/libc/stdio/_stdio.c ++++ b/libc/stdio/_stdio.c +@@ -121,7 +121,7 @@ static FILE _stdio_streams[] = { + __FLAG_NBF|__FLAG_WRITEONLY, \ + 2, \ + NULL, \ +- NULL, \ ++ 0, \ + 0 ) + }; +