summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch08.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
commit7331714cf96cef835dd5bfd2ab29961cccdd1899 (patch)
tree05f93fdbf927996c6a4b4af201cd0b311d105805 /doc/posix1003.1/ch08.t
parentFirst attempt at adding constants and feature flags (diff)
downloadrtems-7331714cf96cef835dd5bfd2ab29961cccdd1899.tar.bz2
Added Constants, Feature Flags, and Macros (included in Functions).
No status information was included.
Diffstat (limited to 'doc/posix1003.1/ch08.t')
-rw-r--r--doc/posix1003.1/ch08.t20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch08.t b/doc/posix1003.1/ch08.t
index 825694cc91..5a986410aa 100644
--- a/doc/posix1003.1/ch08.t
+++ b/doc/posix1003.1/ch08.t
@@ -173,16 +173,36 @@ NOTE: RTEMS has no notion of time zones.
NOTE: @code{time} is also included in another section.
@ref{Get System Time}.
+From Surrounding Text
+
+@example
+EXIT_SUCCESS, Constant,
+EXIT_FAILURE, Constant,
+@end example
+
+
@subsection Extensions to Time Functions
@subsection Extensions to @code{setlocale} Function
+@example
+LC_CTYPE, Constant,
+LC_COLLATE, Constant,
+LC_TIME, Constant,
+LC_NUMERIC, Constant,
+LC_MONETARY, Constant,
+LC_ALL, Constant,
+@end example
+
@section C Language Input/Output Functions
@subsection Map a Stream Pointer to a File Descriptor
@example
fileno(), Function, Implemented
+STDIN_FILENO, Constant,
+STDOUT_FILENO, Constant,
+STDERR_FILENO, Constant,
@end example
@subsection Open a Stream on a File Descriptor