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:
parent
16fe76ed65
commit
f7327e92d6
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue