summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-05-05 16:04:58 +0000
committerjhb <jhb@FreeBSD.org>2008-05-05 16:04:58 +0000
commitf0ddfb88fd0197c9357568fb4b2c9b989a483ffa (patch)
tree44b525b8631cbff092ef7c4f86d935b50f7fe517 /include/stdio.h
parentd878a4042ee00c110e698fce1c1d59253fc0387b (diff)
downloadFreeBSD-src-f0ddfb88fd0197c9357568fb4b2c9b989a483ffa.zip
FreeBSD-src-f0ddfb88fd0197c9357568fb4b2c9b989a483ffa.tar.gz
Note that FILE's __cookie is also part of the public ABI.
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 33e24a4..9934b17 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -110,7 +110,7 @@ typedef struct __sFILE {
int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */
/* operations */
- void *_cookie; /* cookie passed to io functions */
+ void *_cookie; /* (*) cookie passed to io functions */
int (*_close)(void *);
int (*_read)(void *, char *, int);
fpos_t (*_seek)(void *, fpos_t, int);
OpenPOWER on IntegriCloud