summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/stdio.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-05-14 21:00:40 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-05-14 21:00:40 +0000
commit5b8df1c12f64badfa04f9dd4dfd5f4045559d73e (patch)
treee53f675921113add266506a15e146cf03f1f46a8 /mdk-stage1/dietlibc/include/stdio.h
parentf0a98b642d36f666312a1409eea7dc7282da2127 (diff)
downloaddrakx-5b8df1c12f64badfa04f9dd4dfd5f4045559d73e.tar
drakx-5b8df1c12f64badfa04f9dd4dfd5f4045559d73e.tar.gz
drakx-5b8df1c12f64badfa04f9dd4dfd5f4045559d73e.tar.bz2
drakx-5b8df1c12f64badfa04f9dd4dfd5f4045559d73e.tar.xz
drakx-5b8df1c12f64badfa04f9dd4dfd5f4045559d73e.zip
have slang and newt compile with dietlibc
Diffstat (limited to 'mdk-stage1/dietlibc/include/stdio.h')
-rw-r--r--mdk-stage1/dietlibc/include/stdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/stdio.h b/mdk-stage1/dietlibc/include/stdio.h
index 7c7c698eb..92d9dc0cb 100644
--- a/mdk-stage1/dietlibc/include/stdio.h
+++ b/mdk-stage1/dietlibc/include/stdio.h
@@ -63,6 +63,7 @@ int fflush(FILE *stream) __THROW;
int fclose(FILE *stream) __THROW;
+void clearerr(FILE *stream) __THROW;
int feof (FILE *stream) __THROW;
int ferror( FILE *stream) __THROW;
int fileno( FILE *stream) __THROW;