aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/Makefile.am3
-rw-r--r--newlib/libc/libc.texinfo3
3 files changed, 9 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 1397c4b..0568327 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-19 Eric Blake <ebb9@byu.net>
+
+ * libc/Makefile.am (SUBDEFS): Correctly build popen docs.
+ * libc/libc.texinfo (Top): Add posix node to menu.
+
2009-08-18 Jeff Johnston <jjohnstn@redhat.com>
* newlib.hin: Add comment regarding file being manually edited.
diff --git a/newlib/libc/Makefile.am b/newlib/libc/Makefile.am
index 8df1eb8..208b14e 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 0688a4c..defba82 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