summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-05-05 16:14:02 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-05-05 16:14:02 +0000
commit143b946188bf3f298f12bee29e7adcbca3215f33 (patch)
treef7aa377a6ab0d325e935c0e449eb6b52b88af8ba /include/stdio.h
parent774bd9bf03d6064022082391abfe3ac00e07882f (diff)
Notes
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 9934b17137c0..c2c32eb26848 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -346,12 +346,6 @@ int setlinebuf(FILE *);
int vasprintf(char **, const char *, __va_list)
__printflike(2, 0);
-/* XXX used by libftpio */
-void *__fgetcookie(FILE *);
-void __fsetfileno(FILE *, int);
-/* XXX used by sort */
-size_t __fgetpendout(FILE *);
-
/*
* The system error table contains messages for the first sys_nerr
* positive errno values. Use strerror() or strerror_r() from <string.h>