From cd2f000c074b07931bd78ab5ff5fa3c0f7db628a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 10 Jan 2010 00:39:22 -0800 Subject: Fix standalone stdio.h inclusion. --- conform/data/stdio.h-data | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conform/data/stdio.h-data') diff --git a/conform/data/stdio.h-data b/conform/data/stdio.h-data index fcc61c9df4..cba7721d9a 100644 --- a/conform/data/stdio.h-data +++ b/conform/data/stdio.h-data @@ -36,11 +36,14 @@ type va_list type size_t #if defined XOPEN2K8 || defined POSIX2008 type off_t +type ssize_t #endif function void clearerr (FILE*) function {char*} ctermid (char*) +#if !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008 function {char*} cuserid (char*) +#endif #if defined XOPEN2K8 || defined POSIX2008 function int dprintf (int, const char*, ...) #endif -- cgit v1.2.3-70-g09d2