From 2f209e7d2884f9658a996adeb896233db9fecdad Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 15 Feb 2016 16:00:37 -0800 Subject: kill libiberty --- libiberty/waitpid.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 libiberty/waitpid.c (limited to 'libiberty/waitpid.c') diff --git a/libiberty/waitpid.c b/libiberty/waitpid.c deleted file mode 100755 index 23db0b9..0000000 --- a/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; - } -} -- cgit v1.2.3