X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=bright-ben%2Ftoolchain%2FuClibc%2Fpatches-0.9.30.3%2F410-llvm_workaround.patch;fp=bright-ben%2Ftoolchain%2FuClibc%2Fpatches-0.9.30.3%2F410-llvm_workaround.patch;h=3847b720ab29a3dda76ce5a73a573a27eeff0f37;hb=ddaee3ef513bc3d9d5b538daa4c7601a7b4c59e3;hp=0000000000000000000000000000000000000000;hpb=a8b7263da6bf48970afa07a72124d076ac3a7531;p=librewrt%2F.git diff --git a/bright-ben/toolchain/uClibc/patches-0.9.30.3/410-llvm_workaround.patch b/bright-ben/toolchain/uClibc/patches-0.9.30.3/410-llvm_workaround.patch new file mode 100644 index 0000000..3847b72 --- /dev/null +++ b/bright-ben/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 ) + }; +