Changeset 1391 for branches/GNU/src/gcc/libiberty/waitpid.c
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libiberty/waitpid.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 14 14 #include "config.h" 15 15 #endif 16 17 /* On some systems (such as WindISS), you must include <sys/types.h> 18 to get the definition of "pid_t" before you include <sys/wait.h>. */ 19 #include <sys/types.h> 20 16 21 #ifdef HAVE_SYS_WAIT_H 17 22 #include <sys/wait.h> 18 23 #endif 19 24 20 int25 pid_t 21 26 waitpid (pid, stat_loc, options) 22 int pid, *stat_loc, options; 27 pid_t pid; 28 int *stat_loc, options; 23 29 { 24 30 for (;;) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.