Commit dc2bee5f authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: Define sigset_t in pthread.h if HAVE_SIGSET_T isn't defined.

parent 7f28c5f8
......@@ -25,6 +25,11 @@ struct wine_pthread_callbacks;
#include <signal.h>
#ifndef HAVE_SIGSET_T
struct sigset_t;
typedef struct sigset_t sigset_t;
#endif
#ifdef HAVE_PTHREAD_H
#define _GNU_SOURCE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment