提交 3f3cc3e9 编写于 作者: W Will Dietz 提交者: Rich Felker

setvbuf: minor comment typo fix

上级 8c2943f0
#include "stdio_impl.h" #include "stdio_impl.h"
/* The behavior of this function is undefined except when it is the first /* The behavior of this function is undefined except when it is the first
* operation on the stream, so the presence or absence of lockign is not * operation on the stream, so the presence or absence of locking is not
* observable in a program whose behavior is defined. Thus no locking is * observable in a program whose behavior is defined. Thus no locking is
* performed here. No allocation of buffers is performed, but a buffer * performed here. No allocation of buffers is performed, but a buffer
* provided by the caller is used as long as it is suitably sized. */ * provided by the caller is used as long as it is suitably sized. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册