replace deleted EBARF() with die()
This commit is contained in:
parent
29a2b647b2
commit
4a2e761914
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
dwl.c
|
@ -2339,7 +2339,7 @@ sigchld(int unused)
|
||||||
* setting our own disposition for SIGCHLD.
|
* setting our own disposition for SIGCHLD.
|
||||||
*/
|
*/
|
||||||
if (signal(SIGCHLD, sigchld) == SIG_ERR)
|
if (signal(SIGCHLD, sigchld) == SIG_ERR)
|
||||||
EBARF("can't install SIGCHLD handler");
|
die("can't install SIGCHLD handler:");
|
||||||
/* WNOWAIT leaves the child in a waitable state, in case this is the
|
/* WNOWAIT leaves the child in a waitable state, in case this is the
|
||||||
* XWayland process
|
* XWayland process
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue