diff options
author | Eric Blake <eblake@redhat.com> | 2007-07-19 03:42:21 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2007-07-19 03:42:21 +0000 |
commit | 391b530a0507deda633337e724b5778c3b7a18df (patch) | |
tree | b3925bb14795af864acc7db554ad7122a23f0dbb /newlib/libc/stdio/stdio.tex | |
parent | be52c4c7c805831590404baf4401184f51387721 (diff) | |
download | cygnal-391b530a0507deda633337e724b5778c3b7a18df.tar.gz cygnal-391b530a0507deda633337e724b5778c3b7a18df.tar.bz2 cygnal-391b530a0507deda633337e724b5778c3b7a18df.zip |
Fix 'make info'.
* libc/stdio/stdio.tex: Add missing include.
* libc/stdio/vfprintf.c: Use expected node name.
* libc/stdio/vfscanf.c: Likewise.
* libc/stdio/sscanf.c: Likewise.
* libc/stdio/sprintf.c: Likewise.
* libc/stdio/siscanf.c: Likewise.
* libc/stdio/siprintf.c: Likewise.
* libc/stdio/fopencookie.c: Quote raw {}.
Reported by DJ Delorie.
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 a3846eaed..f31271523 100644 --- a/newlib/libc/stdio/stdio.tex +++ b/newlib/libc/stdio/stdio.tex @@ -151,6 +151,9 @@ structure. @include stdio/ftell.def @page +@include stdio/funopen.def + +@page @include stdio/fwrite.def @page |