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

This commit is contained in:
Rob Shearman 2008-09-08 23:19:41 +01:00 committed by Alexandre Julliard
parent 7f28c5f87e
commit dc2bee5f42
1 changed files with 5 additions and 0 deletions

View File

@ -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