diff options
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 { |