uclibc-ng: bump version from 1.0.6 to 1.0.8
[openwrt.git] / toolchain / uClibc / patches-0.9.33.2 / 410-llvm_workaround.patch
1 --- a/libc/stdio/_stdio.c
2 +++ b/libc/stdio/_stdio.c
3 @@ -124,7 +124,7 @@ static FILE _stdio_streams[] = {
4                                                          __FLAG_NBF|__FLAG_WRITEONLY, \
5                                                          2, \
6                                                          NULL, \
7 -                                                        NULL, \
8 +                                                        0, \
9                                                          0 )
10  };
11