reverted changes from revision 7340, it seems to not be useful anymore.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20063 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -69,10 +69,8 @@
|
|||||||
//# endif
|
//# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ToDo: stdin/stdout were originally buffered
|
DEF_STDFILE(_IO_2_1_stdin_, 0, 0, _IO_NO_WRITES);
|
||||||
// (and probably automatically switched to unbuffered for TTYs)
|
DEF_STDFILE(_IO_2_1_stdout_, 1, &_IO_2_1_stdin_, _IO_NO_READS);
|
||||||
DEF_STDFILE(_IO_2_1_stdin_, 0, 0, _IO_NO_WRITES + _IO_UNBUFFERED);
|
|
||||||
DEF_STDFILE(_IO_2_1_stdout_, 1, &_IO_2_1_stdin_, _IO_NO_READS + _IO_UNBUFFERED);
|
|
||||||
DEF_STDFILE(_IO_2_1_stderr_, 2, &_IO_2_1_stdout_, _IO_NO_READS+_IO_UNBUFFERED);
|
DEF_STDFILE(_IO_2_1_stderr_, 2, &_IO_2_1_stdout_, _IO_NO_READS+_IO_UNBUFFERED);
|
||||||
|
|
||||||
struct _IO_FILE_plus *_IO_list_all = &_IO_2_1_stderr_;
|
struct _IO_FILE_plus *_IO_list_all = &_IO_2_1_stderr_;
|
||||||
|
|||||||
Reference in New Issue
Block a user