diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 1397c4b06..056832714 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2009-08-19 Eric Blake + + * libc/Makefile.am (SUBDEFS): Correctly build popen docs. + * libc/libc.texinfo (Top): Add posix node to menu. + 2009-08-18 Jeff Johnston * newlib.hin: Add comment regarding file being manually edited. 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