Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/libc.texinfo')
-rw-r--r--newlib/libc/libc.texinfo31
1 files changed, 6 insertions, 25 deletions
diff --git a/newlib/libc/libc.texinfo b/newlib/libc/libc.texinfo
index b3ce3e9eb..329091e4b 100644
--- a/newlib/libc/libc.texinfo
+++ b/newlib/libc/libc.texinfo
@@ -84,8 +84,8 @@ into another language, under the above conditions for modified versions.
@title The Red Hat newlib C Library
@subtitle Full Configuration
@sp 1
-@subtitle @code{libc} 1.14.0
-@subtitle December 2005
+@subtitle @code{libc} 1.12.0
+@subtitle January 2004
@author {Steve Chamberlain}
@author {Roland Pesch}
@author {Red Hat Support}
@@ -143,7 +143,7 @@ into another language, under the above conditions for modified versions.
@end titlepage
@end iftex
-@ifnottex
+@ifinfo
@node Top
@top The Red Hat newlib C Library
@@ -158,7 +158,6 @@ into another language, under the above conditions for modified versions.
@include iconvset.texi
@menu
-* Introduction::
* Stdlib::
* Ctype::
* Stdio::
@@ -174,36 +173,18 @@ into another language, under the above conditions for modified versions.
* Timefns::
* Locale::
-* Reentrancy::
+* Syscalls::
* Misc::
-* Syscalls::
* Arglists::
+* Reentrancy::
@ifset ICONV
* Iconv::
@end ifset
* Library Index::
@end menu
-@end ifnottex
-
-@node Introduction
-@chapter Introduction
-
-This reference manual describes the functions provided by the Red Hat
-``newlib'' version of the standard ANSI C library. This document is not
-intended as an overview or a tutorial for the C library. Each library
-function is listed with a synopsis of its use, a brief description,
-return values (including error handling), and portability issues.
-
-Some of the library functions depend on support from the underlying
-operating system and may not be available on every platform. For
-embedded systems in particular, many of these underlying operating
-system services may not be available or may not be fully functional.
-The specific operating system subroutines required for a particular
-library function are listed in the ``Portability'' section of the
-function description. @xref{Syscalls}, for a description of the
-relevant operating system calls.
+@end ifinfo
@include targetdep.tex