summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-05-07 15:12:45 +0000
committerjhb <jhb@FreeBSD.org>2008-05-07 15:12:45 +0000
commitc6ca1bf6ca45ce766fb6924e5cb825f6e2d6e28f (patch)
tree607bccf41eaccc140c4ba4c7c65383dbd7308bd4 /include/stdio.h
parentbe0348cb75cae58cd1683f6fdbff884cb9bc405b (diff)
downloadFreeBSD-src-c6ca1bf6ca45ce766fb6924e5cb825f6e2d6e28f.zip
FreeBSD-src-c6ca1bf6ca45ce766fb6924e5cb825f6e2d6e28f.tar.gz
Tag FILE's _bf as being part of the public ABI as well due to the in-tree
sort(1) referencing it.
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index c2c32eb..674a5c2 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -106,7 +106,7 @@ typedef struct __sFILE {
int _w; /* (*) write space left for putc() */
short _flags; /* (*) flags, below; this FILE is free if 0 */
short _file; /* (*) fileno, if Unix descriptor, else -1 */
- struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */
+ struct __sbuf _bf; /* (*) the buffer (at least 1 byte, if !NULL) */
int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */
/* operations */
OpenPOWER on IntegriCloud