summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-06-20 10:01:30 +0000
committertjr <tjr@FreeBSD.org>2004-06-20 10:01:30 +0000
commitbca8950dd2c6b9695ba632bc9cc44a1a1a464065 (patch)
treedeca7ca11ac8ad9ee3906a96610f88024c94c2ec /include/stdio.h
parent58b7bfbc62ecf69e7082109f85013526904fcb44 (diff)
downloadFreeBSD-src-bca8950dd2c6b9695ba632bc9cc44a1a1a464065.zip
FreeBSD-src-bca8950dd2c6b9695ba632bc9cc44a1a1a464065.tar.gz
Remove outdated comments.
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/stdio.h b/include/stdio.h
index f7af47a..8ff084d 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -98,8 +98,6 @@ struct __sFILEX;
* that does not match the previous one in _bf. When this happens,
* _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
* _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
- *
- * NB: see WARNING above before changing the layout of this structure!
*/
typedef struct __sFILE {
unsigned char *_p; /* current position in (some) buffer */
@@ -131,7 +129,7 @@ typedef struct __sFILE {
/* Unix stdio files get aligned to block boundaries on fseek() */
int _blksize; /* stat.st_blksize (may be != _bf._size) */
- fpos_t _offset; /* current lseek offset (see WARNING) */
+ fpos_t _offset; /* current lseek offset */
} FILE;
#ifndef _STDSTREAM_DECLARED
OpenPOWER on IntegriCloud