diff options
Diffstat (limited to 'win32/contrib/pthreads/acconfig.h')
-rw-r--r-- | win32/contrib/pthreads/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/contrib/pthreads/acconfig.h b/win32/contrib/pthreads/acconfig.h new file mode 100644 index 000000000..7af1923ea --- /dev/null +++ b/win32/contrib/pthreads/acconfig.h @@ -0,0 +1,3 @@ +/* Do we know about the C type sigset_t? */
+#undef HAVE_SIGSET_T
+
|