Home
last modified time | relevance | path

Searched refs:gotchld (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c4455 smallint gotchld = *(volatile smallint *)&got_sigchld; in dowait() local
4462 if (block == DOWAIT_NONBLOCK && !gotchld) in dowait()