summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-05-03 20:09:44 +0000
committermarcel <marcel@FreeBSD.org>2008-05-03 20:09:44 +0000
commit86d85f532d68124813974634067dd896ce9ff724 (patch)
treebe92fe241628eb7d64b39c9b039e514ea298d2dc /include/stdio.h
parenta8f68da22d36662da47e68636417290e834dd687 (diff)
downloadFreeBSD-src-86d85f532d68124813974634067dd896ce9ff724.zip
FreeBSD-src-86d85f532d68124813974634067dd896ce9ff724.tar.gz
Unbreak build: libftpio gropes inside struct __sFILE. Implement
accessor functions for its benefit now thaat FILE is opaque. I'm sure there's a better way. I leave that for people to work on in a src tree that isn't broken. Pointy hat: jhb
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index c91e9b2..9186ca0 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -249,6 +249,9 @@ int setlinebuf(FILE *);
int vasprintf(char **, const char *, __va_list)
__printflike(2, 0);
+void *__fgetcookie(FILE *);
+void __fsetfileno(FILE *, int);
+
/*
* The system error table contains messages for the first sys_nerr
* positive errno values. Use strerror() or strerror_r() from <string.h>
OpenPOWER on IntegriCloud