include/stdio:add setlinebuf marco
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
4b2b7d1d91
commit
c2bcef4db8
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@
|
|||
# define fsetpos64 fsetpos
|
||||
#endif
|
||||
|
||||
#define setlinebuf(stream) setvbuf(stream, NULL, _IOLBF, 0)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Type Definitions
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue