1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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:
OBATA Akio 2021-10-06 16:25:14 +09:00
parent 16fe76ed65
commit f7327e92d6

View file

@ -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;