runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 08d41685041ba5b3439523ae51308fe0368f5ca0
parent c4f3e60b6a2cc8a6a265829db84d2b454a437c2c
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Sun,  6 Oct 2024 16:47:43 +0200

remove unused file

Diffstat:
Dsrc/wait_nohang.c | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/wait_nohang.c b/src/wait_nohang.c @@ -1,9 +0,0 @@ -/* Public domain. */ - -#include <sys/types.h> -#include <sys/wait.h> - -int wait_nohang(wstat) int *wstat; -{ - return waitpid(-1,wstat,WNOHANG); -}