summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch08.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 23:10:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 23:10:33 +0000
commitc78be42127ec73ab45a40e45e5c4a68081fa32b1 (patch)
tree7dc408dcaf630a3fe92fc3b8243b78532cab9e27 /doc/posix1003.1/ch08.t
parentCompleted status pass on functions and data types. (diff)
downloadrtems-c78be42127ec73ab45a40e45e5c4a68081fa32b1.tar.bz2
First attempt at adding constants and feature flags
Diffstat (limited to 'doc/posix1003.1/ch08.t')
-rw-r--r--doc/posix1003.1/ch08.t11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/posix1003.1/ch08.t b/doc/posix1003.1/ch08.t
index 9bb27085da..825694cc91 100644
--- a/doc/posix1003.1/ch08.t
+++ b/doc/posix1003.1/ch08.t
@@ -104,7 +104,6 @@ putc(), Function, Implemented
putchar(), Function, Implemented
puts(), Function, Implemented
remove(), Function, Implemented
-rename(), Function, Implemented
rewind(), Function, Implemented
scanf(), Function, Implemented
fscanf(), Function, Implemented
@@ -115,6 +114,8 @@ tmpnam(), Function, Implemented
ungetc(), Function, Implemented
@end example
+NOTE: @code{rename} is also included in another section. @ref{Rename a File}.
+
ANSI C Section 4.10 --- General Utilities
@example
@@ -130,11 +131,13 @@ malloc(), Function, Implemented
realloc(), Function, Implemented
abort(), Function, Implemented
exit(), Function, Implemented
-getenv(), Function, Implemented
bsearch(), Function, Implemented
qsort(), Function, Implemented
@end example
+NOTE: @code{getenv} is also included in another section.
+@ref{Environment Access}.
+
ANSI C Section 4.11 --- String Handling
@example
@@ -157,7 +160,6 @@ strlen(), Function, Implemented
ANSI C Section 4.12 --- Date and Time Handling
@example
-time(), Function, Implemented
asctime(), Function, Implemented
ctime(), Function, Implemented
gmtime(), Function, Implemented
@@ -168,6 +170,9 @@ strftime(), Function, Implemented
NOTE: RTEMS has no notion of time zones.
+NOTE: @code{time} is also included in another section.
+@ref{Get System Time}.
+
@subsection Extensions to Time Functions
@subsection Extensions to @code{setlocale} Function