diff options
Diffstat (limited to 'nptl/cancellation.c')
-rw-r--r-- | nptl/cancellation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/cancellation.c b/nptl/cancellation.c index e3f0b61..f3a3805 100644 --- a/nptl/cancellation.c +++ b/nptl/cancellation.c @@ -61,7 +61,7 @@ __pthread_enable_asynccancel (void) void -internal_function attribute_hidden +attribute_hidden __pthread_disable_asynccancel (int oldtype) { /* If asynchronous cancellation was enabled before we do not have |