diff options
author | jhb <jhb@FreeBSD.org> | 2008-05-05 16:14:02 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2008-05-05 16:14:02 +0000 |
commit | 3597d738f6ecde73707452e5fb7bc363a8d9801f (patch) | |
tree | f7aa377a6ab0d325e935c0e449eb6b52b88af8ba /include | |
parent | 7330257bc62c0814f251075f50132efc92b0e57b (diff) | |
download | FreeBSD-src-3597d738f6ecde73707452e5fb7bc363a8d9801f.zip FreeBSD-src-3597d738f6ecde73707452e5fb7bc363a8d9801f.tar.gz |
Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors
as we aren't hiding FILE's internals anymore.
Diffstat (limited to 'include')
-rw-r--r-- | include/stdio.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/stdio.h b/include/stdio.h index 9934b17..c2c32eb 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> |