From 3f165fa5b3b38fa4b321be94a97f06927f636fb1 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 17 Mar 2008 08:29:08 +0000 Subject: libbb: introduce and use sigprocmask_allsigs and sigaction_set. libbb: rename sig_pause to wait_for_any_sig. --- ipsvd/tcpudp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipsvd') diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index 8b4ae88f4..5362af5fd 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c @@ -290,7 +290,7 @@ int tcpudpsvd_main(int argc, char **argv) hccp = NULL; while (cnum >= cmax) - sig_pause(); /* wait for any signal (expecting SIGCHLD) */ + wait_for_any_sig(); /* expecting SIGCHLD */ /* Accept a connection to fd #0 */ again1: -- cgit v1.2.3