diff options
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -477,6 +477,16 @@ extern "C" /* * ==================== * ==================== + * Cancelation + * ==================== + * ==================== + */ +#define PTHREAD_CANCELED ((void *) -1) + + +/* + * ==================== + * ==================== * Once Key * ==================== * ==================== |