diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-04-19 17:30:19 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-04-19 17:30:19 +0000 |
| commit | f2a6fd93a6b221b9b156a944a6c91f5ab87fcda0 (patch) | |
| tree | 6739413889fe5feb0b406b269678170939136088 /contrib/binutils/libiberty/waitpid.c | |
| parent | 4a6dfd6c0adbe41f5abde95c957a415f8b6eb3dd (diff) | |
This commit was manufactured by cvs2svn to create tagvendor/binutils/sourceware_binutils_anoncvs_19990502
'binutils-vendor-sourceware_binutils_anoncvs_19990502'.
Diffstat (limited to 'contrib/binutils/libiberty/waitpid.c')
| -rw-r--r-- | contrib/binutils/libiberty/waitpid.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/binutils/libiberty/waitpid.c b/contrib/binutils/libiberty/waitpid.c deleted file mode 100644 index 23db0b932d2e..000000000000 --- a/contrib/binutils/libiberty/waitpid.c +++ /dev/null @@ -1,11 +0,0 @@ -int -waitpid (pid, stat_loc, options) - int pid, *stat_loc, options; -{ - for (;;) - { - int wpid = wait(stat_loc); - if (wpid == pid || wpid == -1) - return wpid; - } -} |
