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

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (C) 1993 Free Software Foundation
This file is part of the GNU IO Library. This library is free
@ -39,7 +39,7 @@ typedef _IO_FILE FILE;
#define EOF (-1)
#endif
#ifndef BUFSIZ
#define BUFSIZ 1024
#define BUFSIZ 8192
#endif
/* #define size_t, fpos_t L_tmpname TMP_MAX */

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 */