Synced the different definitions of BUFSIZ with the internal one. What a mess...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31776 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-07-26 15:28:33 +00:00
parent 6def1a637b
commit 64ccb6b58a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
* __gnuc_va_list */
#define BUFSIZ 1024
#define BUFSIZ 8192
#define _IOFBF 0 /* fully buffered */
#define _IOLBF 1 /* line buffered */
#define _IONBF 2 /* not buffered */