diff options
Diffstat (limited to 'winsup/cygwin/pthread.cc')
-rw-r--r-- | winsup/cygwin/pthread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pthread.cc b/winsup/cygwin/pthread.cc index d35cee616..956d70a42 100644 --- a/winsup/cygwin/pthread.cc +++ b/winsup/cygwin/pthread.cc @@ -130,7 +130,7 @@ pthread_setcanceltype (int type, int *oldtype) } void -pthread_testcancel (void) +pthread_testcancel () { pthread::self ()->testcancel (); } |