aboutsummaryrefslogtreecommitdiff
path: root/chopstx.h
diff options
context:
space:
mode:
Diffstat (limited to 'chopstx.h')
-rw-r--r--chopstx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chopstx.h b/chopstx.h
index 330593d..cc8ae46 100644
--- a/chopstx.h
+++ b/chopstx.h
@@ -118,6 +118,8 @@ enum {
void chopstx_cancel (chopstx_t thd);
void chopstx_testcancel (void);
+
+/* NOTE: This signature is different to PTHREAD's one. */
int chopstx_setcancelstate (int);
struct chx_cleanup {