include/stdio:add setlinebuf marco
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
4b2b7d1d91
commit
c2bcef4db8
@ -96,6 +96,8 @@
|
|||||||
# define fsetpos64 fsetpos
|
# define fsetpos64 fsetpos
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define setlinebuf(stream) setvbuf(stream, NULL, _IOLBF, 0)
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Type Definitions
|
* Public Type Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user