diff options
Diffstat (limited to 'source4/include/system/wait.h')
-rw-r--r-- | source4/include/system/wait.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/include/system/wait.h b/source4/include/system/wait.h index 6af01986f9..d4c47582ad 100644 --- a/source4/include/system/wait.h +++ b/source4/include/system/wait.h @@ -31,3 +31,7 @@ typedef int sig_atomic_t; #endif +#ifndef SIGCLD +#define SIGCLD SIGCHLD +#endif + |