Use SIGCHLD rather than SIGCLD.
Patch from Pascal Stumpf <Pascal.Stumpf@cubes.de> The official POSIX name for this signal is SIGCHLD. Linux probably has SIGCLD only for SysV compatibility, but BSD does not.
This commit is contained in:
@@ -108,7 +108,7 @@ static unsigned int GetEventInverseMask(XEvent *event);
|
||||
|
||||
#ifdef WSM
|
||||
|
||||
#if (defined(USL) || defined(__uxp__) || defined(linux)) && !defined(_NFILE)
|
||||
#if (defined(USL) || defined(__uxp__) || defined(linux) || defined(CSRG_BASED)) && !defined(_NFILE)
|
||||
#define _NFILE FOPEN_MAX
|
||||
#endif
|
||||
#define CLOSE_FILES_ON_EXEC() \
|
||||
|
||||
Reference in New Issue
Block a user