summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread.h b/pthread.h
index fa0c3f8..0c0036b 100644
--- a/pthread.h
+++ b/pthread.h
@@ -91,7 +91,7 @@ typedef struct {
int cancelstate; /* PTHREAD_CANCEL_DISABLE
PTHREAD_CANCEL_ENABLE */
- int detached; /* PTHREAD_CREATE_DETACHED
+ int detachedstate; /* PTHREAD_CREATE_DETACHED
PTHREAD_CREATE_JOINABLE */
int canceltype; /* PTHREAD_CANCEL_ASYNCHRONOUS