summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch10.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/ch10.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/ch10.t')
-rw-r--r--doc/posix1003.1/ch10.t37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch10.t b/doc/posix1003.1/ch10.t
index 42417952be..5fb63b5643 100644
--- a/doc/posix1003.1/ch10.t
+++ b/doc/posix1003.1/ch10.t
@@ -14,6 +14,31 @@
@example
tar format, Type, Unimplemented
+TMAGIC, Constant,
+TMAGLEN, Constant,
+TVERSION, Constant,
+TVERSLEN, Constant,
+REGTYPE, Constant,
+AREGTYPE, Constant,
+LNKTYPE, Constant,
+SYMTYPE, Constant,
+CHRTYPE, Constant,
+BLKTYPE, Constant,
+DIRTYPE, Constant,
+FIFOTYPE, Constant,
+CONTTYPE, Constant,
+TSUID, Constant,
+TSGID, Constant,
+TSVTX, Constant,
+TUREAD, Constant,
+TUWRITE, Constant,
+TUEXEC, Constant,
+TGREAD, Constant,
+TGWRITE, Constant,
+TGEXEC, Constant,
+TOREAD, Constant,
+TOWRITE, Constant,
+TOEXEC, Constant,
@end example
NOTE: Requires <tar.h> which is not in newlib.
@@ -22,6 +47,18 @@ NOTE: Requires <tar.h> which is not in newlib.
@example
cpio format, Type, Unimplemented
+C_IRUSER, Constant,
+C_IWUSER, Constant,
+C_IXUSER, Constant,
+C_IRGRP, Constant,
+C_IWGRP, Constant,
+C_IXGRP, Constant,
+C_IROTH, Constant,
+C_IWOTH, Constant,
+C_IXOTH, Constant,
+C_ISUID, Constant,
+C_ISGID, Constant,
+C_ISVTX, Constant,
@end example
NOTE: POSIX does not require a header file or structure. RedHat Linux