From 0e04be019638f430a0a5aebb9f28cd5a7d615c12 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 3 May 2008 23:36:00 +0000 Subject: Unbreak build: gnu sort has been configured to grope inside struct __sFILE. It's opaque now, so add a function that returns the pending output bytes. Pointy hat: jhb --- include/stdio.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index 9186ca0..2bd5b24 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -249,8 +249,11 @@ 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 -- cgit v1.1