summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pthread.h b/pthread.h
index 0c0036b..cce502a 100644
--- a/pthread.h
+++ b/pthread.h
@@ -88,15 +88,9 @@ typedef struct {
size_t stacksize; /* PTHREAD_STACK_MIN */
#endif
- int cancelstate; /* PTHREAD_CANCEL_DISABLE
- PTHREAD_CANCEL_ENABLE */
-
int detachedstate; /* PTHREAD_CREATE_DETACHED
PTHREAD_CREATE_JOINABLE */
- int canceltype; /* PTHREAD_CANCEL_ASYNCHRONOUS
- PTHREAD_CANCEL_DEFERRED */
-
#ifdef HAVE_SIGSET_T
sigset_t sigmask;
#endif /* HAVE_SIGSET_T */