Change to use the standard signal handler signature unconditionally
Current condition is incomplete and it is already used on other codes.
This commit is contained in:
@@ -170,11 +170,7 @@ static int generic_error_handler(Display *edpy, XErrorEvent *eevent)
|
|||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
static void
|
static void
|
||||||
#if defined(__aix) || defined(__linux__)
|
|
||||||
handle_SIGCLD(int sigNum)
|
handle_SIGCLD(int sigNum)
|
||||||
#else
|
|
||||||
handle_SIGCLD(void)
|
|
||||||
#endif /* __aix */
|
|
||||||
{
|
{
|
||||||
int exitStatus, i;
|
int exitStatus, i;
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
|
|||||||
Reference in New Issue
Block a user