summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
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