2010-06-21 01:18:43 +03:00
|
|
|
--- a/libc/stdio/_stdio.c
|
|
|
|
+++ b/libc/stdio/_stdio.c
|
2011-02-24 14:56:20 +02:00
|
|
|
@@ -124,7 +124,7 @@ static FILE _stdio_streams[] = {
|
2010-06-21 01:18:43 +03:00
|
|
|
__FLAG_NBF|__FLAG_WRITEONLY, \
|
|
|
|
2, \
|
|
|
|
NULL, \
|
|
|
|
- NULL, \
|
|
|
|
+ 0, \
|
|
|
|
0 )
|
|
|
|
};
|
|
|
|
|