diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-04-03 17:19:29 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-04-03 17:19:29 +0000 |
commit | be53554302863e788a6f23eaa9bc79c5884bdaa8 (patch) | |
tree | 575e2fd79dc19b873b32902856296e7e8e253ab5 /include | |
parent | 302c3103289a81582c33ea23d59170d4e52bec49 (diff) | |
download | FreeBSD-src-be53554302863e788a6f23eaa9bc79c5884bdaa8.zip FreeBSD-src-be53554302863e788a6f23eaa9bc79c5884bdaa8.tar.gz |
MFC r278600:
Correct and clarify comment for __SMBF.
Diffstat (limited to 'include')
-rw-r--r-- | include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index 19b1e20..6d7916a 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -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 */ |