summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/stdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 571705a..99f1618 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -294,6 +294,7 @@ __END_DECLS
#if !defined (_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
__BEGIN_DECLS
int asprintf __P((char **, const char *, ...)) __printflike(2, 3);
+char *ctermid_r __P((char *));
char *fgetln __P((FILE *, size_t *));
int fpurge __P((FILE *));
int fseeko __P((FILE *, _BSD_OFF_T_, int));
OpenPOWER on IntegriCloud