summaryrefslogtreecommitdiff
path: root/chopstx.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-09-10 20:22:32 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-09-10 20:22:32 +0900
commit14ad39552361815e17ddf9764228a093489555f7 (patch)
tree22773fe8b50a57064fb190709862e633523b8b77 /chopstx.h
parentacd4460a6ee0f7caa1d7871acd51cdcf6bb4264c (diff)
Version 0.09release/0.09
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 {