mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
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:
parent
6def1a637b
commit
64ccb6b58a
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user