summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
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 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
OpenPOWER on IntegriCloud