diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-23 14:35:00 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-24 12:24:01 +0100 |
commit | 153385d847b991e042bf2ae7252f9c35a3d45516 (patch) | |
tree | f20d7c9672258d40dcfd1388311a35f846cd49ce /newlib/libc/stdio64 | |
parent | a4dd7dd87c886e66be679f19bc8cab8ce9ca70d1 (diff) | |
download | newlib-153385d847b991e042bf2ae7252f9c35a3d45516.zip newlib-153385d847b991e042bf2ae7252f9c35a3d45516.tar.gz newlib-153385d847b991e042bf2ae7252f9c35a3d45516.tar.bz2 |
Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623
These source files have makedoc markup, but aren't listed to be chewed by
makedoc. I am assuming that is accidental.
Future work: Note that stdio/fseeko.c, stdio/ftello.c and common/s_isnand.c have
makedoc markup, but duplicate stdio/fseek.c, stdio/ftell.c and common/s_isnan.c
respectively.
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
* libc/ctype/Makefile.am (CHEWOUT_FILES): Add isblank.def.
* libc/ctype/ctype.tex: Include isblank and add to menu.
* libc/posix/Makefile.am (CHEWOUT_FILES): Add posix_spawn.def.
* libc/posix/posix.tex: Include posix_spawn and add to menu.
* libc/stdio64/Makefile.am (CHEWOUT_FILES): Add fdopen.def.
* libc/stdio64/stdio64.tex: Include fdopen64 and add to menu.
* libc/stdio64/fdopen64.c: Improve one-line description.
* libc/string/Makefile.am (CHEWOUT_FILES): Add strchrnul.def.
* libc/string/strings.tex: Include strchrnul and add to menu.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc/stdio64')
-rw-r--r-- | newlib/libc/stdio64/Makefile.am | 1 | ||||
-rw-r--r-- | newlib/libc/stdio64/fdopen64.c | 2 | ||||
-rw-r--r-- | newlib/libc/stdio64/stdio64.tex | 6 |
3 files changed, 7 insertions, 2 deletions
diff --git a/newlib/libc/stdio64/Makefile.am b/newlib/libc/stdio64/Makefile.am index 60509de..914cbca 100644 --- a/newlib/libc/stdio64/Makefile.am +++ b/newlib/libc/stdio64/Makefile.am @@ -43,6 +43,7 @@ include $(srcdir)/../../Makefile.shared AM_CFLAGS = -I $(srcdir)/../stdio CHEWOUT_FILES = \ + fdopen64.def \ fgetpos64.def \ fopen64.def \ freopen64.def \ diff --git a/newlib/libc/stdio64/fdopen64.c b/newlib/libc/stdio64/fdopen64.c index 659d343..f386583 100644 --- a/newlib/libc/stdio64/fdopen64.c +++ b/newlib/libc/stdio64/fdopen64.c @@ -1,6 +1,6 @@ /* FUNCTION -<<fdopen64>>---turn open file into a stream +<<fdopen64>>---turn open large file into a stream INDEX fdopen64 diff --git a/newlib/libc/stdio64/stdio64.tex b/newlib/libc/stdio64/stdio64.tex index 55818c3..95f898f 100644 --- a/newlib/libc/stdio64/stdio64.tex +++ b/newlib/libc/stdio64/stdio64.tex @@ -9,7 +9,8 @@ system, but these functions provide a uniform interface. The corresponding declarations are in @file{stdio.h}. -@menu +@menu +* fdopen64:: Turn open large file into a stream * fopen64:: Open a large file * freopen64:: Open a large file using an existing file descriptor * fsetpos64:: Restore position of a large stream or file @@ -20,6 +21,9 @@ The corresponding declarations are in @file{stdio.h}. @end menu @page +@include stdio64/fdopen64.def + +@page @include stdio64/fopen64.def @page |