22
22
/* BSD stdio derived implementations. */
24
29
#if defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS X, Cygwin */
26
31
# if defined __DragonFly__ /* DragonFly */
27
32
/* See <http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/priv_stdio.h?rev=HEAD&content-type=text/x-cvsweb-markup>. */
28
33
# define fp_ ((struct { struct __FILE_public pub; \
44
49
/* See <http://www.dragonflybsd.org/cvsweb/src/include/stdio.h?rev=HEAD&content-type=text/x-cvsweb-markup>. */
46
51
# define _flags pub._flags