anjiahao1 opened a new pull request #4914: URL: https://github.com/apache/incubator-nuttx/pull/4914
Signed-off-by: anjiahao <[email protected]> ## Summary add `setlinebuf` marco The setbuffer() function is the same, except that the size of the buffer is up to the caller, rather than being determined by the default BUFSIZ. The setlinebuf() function is exactly equivalent to the call: setvbuf(stream, NULL, _IOLBF, 0);  https://linux.die.net/man/3/setlinebuf ## Impact ## Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
