From 831826db9440c6d8f94cc57c85208d0c2674119e Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 19 May 2011 07:21:42 +0000 Subject: * libc/include/stdio_ext.h: New header. * libc/stdio/fpurge.c [!__rtems__] (__fpurge): New function. --- newlib/libc/include/stdio_ext.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 newlib/libc/include/stdio_ext.h (limited to 'newlib/libc/include/stdio_ext.h') diff --git a/newlib/libc/include/stdio_ext.h b/newlib/libc/include/stdio_ext.h new file mode 100644 index 000000000..fcfb662a0 --- /dev/null +++ b/newlib/libc/include/stdio_ext.h @@ -0,0 +1,22 @@ +/* + * stdio_ext.h + * + * Definitions for I/O internal operations, originally from Solaris. + */ + +#ifndef _STDIO_EXT_H_ +#define _STDIO_EXT_H_ + +#ifdef __rtems__ +#error " not supported" +#endif + +#include + +_BEGIN_STD_C + +void _EXFUN(__fpurge,(FILE *)); + +_END_STD_C + +#endif /* _STDIO_EXT_H_ */ -- cgit v1.2.3