summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/pthread.h b/pthread.h
index 9deff4d..bc11d1b 100644
--- a/pthread.h
+++ b/pthread.h
@@ -477,6 +477,16 @@ extern "C"
/*
* ====================
* ====================
+ * Cancelation
+ * ====================
+ * ====================
+ */
+#define PTHREAD_CANCELED ((void *) -1)
+
+
+/*
+ * ====================
+ * ====================
* Once Key
* ====================
* ====================