[toolchain/uClibc]: add 0.9.33
[openwrt.git] / toolchain / uClibc / patches-0.9.33 / 410-llvm_workaround.patch
diff --git a/toolchain/uClibc/patches-0.9.33/410-llvm_workaround.patch b/toolchain/uClibc/patches-0.9.33/410-llvm_workaround.patch
new file mode 100644 (file)
index 0000000..7ae3943
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/libc/stdio/_stdio.c
++++ b/libc/stdio/_stdio.c
+@@ -124,7 +124,7 @@ static FILE _stdio_streams[] = {
+                                                        __FLAG_NBF|__FLAG_WRITEONLY, \
+                                                        2, \
+                                                        NULL, \
+-                                                       NULL, \
++                                                       0, \
+                                                        0 )
+ };
This page took 0.025846 seconds and 4 git commands to generate.