diff options
Diffstat (limited to 'include/bits/stdio.h')
-rw-r--r-- | include/bits/stdio.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/bits/stdio.h b/include/bits/stdio.h new file mode 100644 index 0000000000..4aebc9edf2 --- /dev/null +++ b/include/bits/stdio.h @@ -0,0 +1,9 @@ +#ifndef _BITS_STDIO_H +# include <libio/bits/stdio.h> +# ifndef _ISOMAC + +libc_hidden_proto (__uflow) +libc_hidden_proto (__overflow) + +# endif +#endif |