diff options
Diffstat (limited to 'source4/include/system/wait.h')
-rw-r--r-- | source4/include/system/wait.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/include/system/wait.h b/source4/include/system/wait.h index 543233ce82..dc129ac108 100644 --- a/source4/include/system/wait.h +++ b/source4/include/system/wait.h @@ -24,13 +24,6 @@ #include <sys/wait.h> #endif -/* - * Define additional missing types - */ -#ifndef HAVE_SIG_ATOMIC_T_TYPE -typedef int sig_atomic_t; -#endif - #ifndef SIGCLD #define SIGCLD SIGCHLD #endif |