projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add support for uClibc version 0.9.32 based on git rev a7642511b08b0b8a4012bab67cb8aa...
[openwrt.git]
/
toolchain
/
uClibc
/
patches-0.9.32
/
410-llvm_workaround.patch
1
--- a/libc/stdio/_stdio.c
2
+++ b/libc/stdio/_stdio.c
3
@@ -119,7 +119,7 @@ static FILE _stdio_streams[] = {
4
__FLAG_NBF|__FLAG_WRITEONLY, \
5
2, \
6
NULL, \
7
- NULL, \
8
+ 0, \
9
0 )
10
};
11
This page took
0.038679 seconds
and
5
git commands to generate.