diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-10 20:22:32 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-10 20:22:32 +0900 |
commit | 14ad39552361815e17ddf9764228a093489555f7 (patch) | |
tree | 22773fe8b50a57064fb190709862e633523b8b77 /chopstx.h | |
parent | acd4460a6ee0f7caa1d7871acd51cdcf6bb4264c (diff) |
Version 0.09release/0.09
Diffstat (limited to 'chopstx.h')
-rw-r--r-- | chopstx.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |