Changeset 892a536d in rtems
- Timestamp:
- 04/02/97 16:26:28 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 51f5d64c
- Parents:
- 475fb331
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/psxtests/psxhdrs/proc11.c
r475fb331 r892a536d 20 20 { 21 21 char loginnamebuffer[ LOGIN_NAME_MAX ]; 22 char *loginname;23 22 int result; 24 23 -
c/src/tests/psxtests/psxhdrs/proc14.c
r475fb331 r892a536d 18 18 void test( void ) 19 19 { 20 pid_t pid ;21 pid_t pgid ;20 pid_t pid = 0; 21 pid_t pgid = 0; 22 22 int result; 23 23 -
c/src/tests/psxtests/psxhdrs/signal22.c
r475fb331 r892a536d 14 14 */ 15 15 16 #include < signal.h>16 #include <unistd.h> 17 17 18 18 void test( void ) -
testsuites/psxtests/psxhdrs/proc11.c
r475fb331 r892a536d 20 20 { 21 21 char loginnamebuffer[ LOGIN_NAME_MAX ]; 22 char *loginname;23 22 int result; 24 23 -
testsuites/psxtests/psxhdrs/proc14.c
r475fb331 r892a536d 18 18 void test( void ) 19 19 { 20 pid_t pid ;21 pid_t pgid ;20 pid_t pid = 0; 21 pid_t pgid = 0; 22 22 int result; 23 23 -
testsuites/psxtests/psxhdrs/signal22.c
r475fb331 r892a536d 14 14 */ 15 15 16 #include < signal.h>16 #include <unistd.h> 17 17 18 18 void test( void )
Note: See TracChangeset
for help on using the changeset viewer.