summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2009-08-19 12:38:09 +0000
committerEric Blake <eblake@redhat.com>2009-08-19 12:38:09 +0000
commit84d6be5fa36cde874b1c725022da69b9320f691f (patch)
treeef786fc423fd08504486bb13efdfb0f16522bd76 /newlib/libc
parentd3d3983de91d8b2d2a5b17ede6964fdab392ef08 (diff)
downloadcygnal-84d6be5fa36cde874b1c725022da69b9320f691f.tar.gz
cygnal-84d6be5fa36cde874b1c725022da69b9320f691f.tar.bz2
cygnal-84d6be5fa36cde874b1c725022da69b9320f691f.zip
Fix 'make info' to work again.
* libc/Makefile.am (SUBDEFS): Correctly build popen docs. * libc/libc.texinfo (Top): Add posix node to menu.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/Makefile.am3
-rw-r--r--newlib/libc/libc.texinfo3
2 files changed, 4 insertions, 2 deletions
diff --git a/newlib/libc/Makefile.am b/newlib/libc/Makefile.am
index 8df1eb8e5..208b14ea6 100644
--- a/newlib/libc/Makefile.am
+++ b/newlib/libc/Makefile.am
@@ -131,7 +131,8 @@ SUBDEFS = \
locale/stmp-def \
reent/stmp-def \
$(LIBC_EXTRA_DEF) \
- misc/stmp-def
+ misc/stmp-def \
+ posix/stmp-def
libc.info: sigset.texi extra.texi stdio64.texi iconvset.texi \
targetdep.tex $(SUBDEFS)
diff --git a/newlib/libc/libc.texinfo b/newlib/libc/libc.texinfo
index 0688a4cdb..defba8233 100644
--- a/newlib/libc/libc.texinfo
+++ b/newlib/libc/libc.texinfo
@@ -13,7 +13,7 @@ END-INFO-DIR-ENTRY
@ifinfo
This file documents the ANSI C library.
-Copyright (C) 1992, 1993, 1994-2008 Red Hat, Inc.
+Copyright (C) 1992, 1993, 1994-2009 Red Hat, Inc.
@file{libc} includes software developed by the
University of California, Berkeley and its contributors.
@@ -162,6 +162,7 @@ into another language, under the above conditions for modified versions.
* Reentrancy::
* Misc::
+* Posix::
* Syscalls::
* Arglists::
@ifset ICONV