Note that FILE's __cookie is also part of the public ABI.

This commit is contained in:
John Baldwin 2008-05-05 16:04:58 +00:00
parent 19e03ca803
commit a1b482ad63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178779

View File

@ -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);