diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2014-12-11 16:53:32 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2014-12-11 16:53:32 +0000 |
commit | 6f34876e5e81e768cc34547bedee0da2c31d8aae (patch) | |
tree | 459a47fa4a1ebbafc8581838d4f9ee04b692de1f /newlib/libc/stdio/stdio.tex | |
parent | 070d1cee7d0e5616ca93ec02219e18816c79c640 (diff) | |
download | cygnal-6f34876e5e81e768cc34547bedee0da2c31d8aae.tar.gz cygnal-6f34876e5e81e768cc34547bedee0da2c31d8aae.tar.bz2 cygnal-6f34876e5e81e768cc34547bedee0da2c31d8aae.zip |
* libc/include/stdio_ext.h: Rename __fwriteable to __fwritable.
[!__GNUC__]: Declare real functions for the macros, and make
the macros conditional on !__cplusplus.
* libc/stdio/Makefile.am (ELIX_4_SOURCES): Add stdio_ext.c.
(CHEWOUT_FILES): Add stdio_ext.def.
* libc/stdio/Makefile.in: Regenerate.
* libc/stdio/stdio.tex: Include stdio_ext.def.
* libc/stdio/stdio_ext.c: New file.
Diffstat (limited to 'newlib/libc/stdio/stdio.tex')
-rw-r--r-- | newlib/libc/stdio/stdio.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/stdio/stdio.tex b/newlib/libc/stdio/stdio.tex index 2088d74ed..7b5427d7b 100644 --- a/newlib/libc/stdio/stdio.tex +++ b/newlib/libc/stdio/stdio.tex @@ -283,6 +283,9 @@ structure. @include stdio/sscanf.def @page +@include stdio/stdio_ext.def + +@page @include stdio/swprintf.def @page |