Changeset 3349409 in rtems
- Timestamp:
- 03/16/98 18:08:38 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2a087f3
- Parents:
- aedf452
- Location:
- doc/posix1003.1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/posix1003.1/ch02.t
raedf452 r3349409 19 19 @section Primitive System Types 20 20 21 @example 22 dev_t, Type, 23 gid_t, Type, 24 ino_t, Type, 25 mode_t, Type, 26 nlink_t, Type, 27 off_t, Type, 28 pid_t, Type, 29 pthread_t, Type, 30 pthread_attr_t, Type, 31 pthread_mutex_t, Type, 32 pthread_mutex_attr_t, Type, 33 pthread_cond_t, Type, 34 pthread_cond_attr_t, Type, 35 pthread_key_t, Type, 36 pthread_once_t, Type, 37 size_t, Type, 38 ssize_t, Type, 39 @end example 40 21 41 @section Environment Description 22 42 -
doc/posix1003.1/ch03.t
raedf452 r3349409 54 54 @subsection Signal Concepts 55 55 56 @example 57 sigset_t, Type, 58 struct sigevent, Type, 59 union sigval, Type, 60 siginfo_t, Type, 61 @end example 62 56 63 @subsection Send a Signal to a Process 57 64 … … 74 81 @example 75 82 sigaction(), Function, Implemented 83 sigaction, Type, 76 84 @end example 77 85 -
doc/posix1003.1/ch04.t
raedf452 r3349409 23 23 24 24 @example 25 getuid(), Function 26 geteuid(), Function 27 getgid(), Function 28 getegid(), Function 25 getuid(), Function, Dummy Implementation 26 geteuid(), Function, Dummy Implementation 27 getgid(), Function, Dummy Implementation 28 getegid(), Function, Dummy Implementation 29 29 @end example 30 30 … … 32 32 33 33 @example 34 setuid(), Function 35 setgid(), Function 34 setuid(), Function, Dummy Implementation 35 setgid(), Function, Dummy Implementation 36 36 @end example 37 37 … … 39 39 40 40 @example 41 getgroups(), Function 41 getgroups(), Function, Dummy Implementation 42 42 @end example 43 43 … … 45 45 46 46 @example 47 getlogin(), Function 48 getlogin_r(), Function 47 getlogin(), Function, Dummy Implementation 48 getlogin_r(), Function, Dummy Implementation 49 49 @end example 50 50 … … 54 54 55 55 @example 56 getpgrp(), Function 56 getpgrp(), Function, Dummy Implementation 57 57 @end example 58 58 … … 60 60 61 61 @example 62 setsid(), Function 62 setsid(), Function, Dummy Implementation 63 63 @end example 64 64 … … 66 66 67 67 @example 68 setpgid(), Function 68 setpgid(), Function, Dummy Implementation 69 69 @end example 70 70 … … 74 74 75 75 @example 76 uname(), Function 76 struct utsname, Type, 77 uname(), Function, Untested Implementation 77 78 @end example 78 79 … … 82 83 83 84 @example 84 time(), Function 85 time(), Function, Implemented 85 86 @end example 86 87 … … 88 89 89 90 @example 90 times(), Function 91 struct tms, Type, 92 times(), Function, Implemented 91 93 @end example 94 95 NOTE: times() always returns 0 for tms_stime, tms_cutime, and 96 tms_cstime fields of the @code{struct tms} returned. 92 97 93 98 @section Environment Variables … … 96 101 97 102 @example 98 getenv(), Function 103 getenv(), Function, Implemented 99 104 @end example 100 105 … … 104 109 105 110 @example 106 ctermid(), Function 111 ctermid(), Function, Unimplemented 107 112 @end example 108 113 … … 110 115 111 116 @example 112 ttyname(), Function 113 ttyname_r(), Function114 isatty(), Function 117 ttyname(), Function, Untested Implementation, assumes directory services 118 ttyname_r(), Unimplemented 119 isatty(), Function, Dummy Implementation 115 120 @end example 116 121 … … 120 125 121 126 @example 122 sysconf(), Function 127 sysconf(), Function, Not Implemented 123 128 @end example
Note: See TracChangeset
for help on using the changeset viewer.