diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 6ceb16bc141a..18f07aeda37f 100644 --- a/config.h.in +++ b/config.h.in @@ -333,6 +333,9 @@ /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t +/* type that signal handlers can safely frob */ +#undef sig_atomic_t + /* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t |