svn commit: r278600 - head/include
Bryan Drewery
bdrewery at FreeBSD.org
Wed Feb 11 22:39:14 UTC 2015
Author: bdrewery
Date: Wed Feb 11 22:39:13 2015
New Revision: 278600
URL: https://svnweb.freebsd.org/changeset/base/278600
Log:
Correct and clarify comment for __SMBF.
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/include/stdio.h
Modified: head/include/stdio.h
==============================================================================
--- head/include/stdio.h Wed Feb 11 22:35:32 2015 (r278599)
+++ head/include/stdio.h Wed Feb 11 22:39:13 2015 (r278600)
@@ -166,7 +166,7 @@ __END_DECLS
#define __SRW 0x0010 /* open for reading & writing */
#define __SEOF 0x0020 /* found EOF */
#define __SERR 0x0040 /* found error */
-#define __SMBF 0x0080 /* _buf is from malloc */
+#define __SMBF 0x0080 /* _bf._base is from malloc */
#define __SAPP 0x0100 /* fdopen()ed in append mode */
#define __SSTR 0x0200 /* this is an sprintf/snprintf string */
#define __SOPT 0x0400 /* do fseek() optimization */
More information about the svn-src-head
mailing list