diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 17:50:26 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 18:52:00 +0200 |
commit | 83b09837ed5c106840d0f069a81eed41a646bff3 (patch) | |
tree | dc8a2921ef6f92ec0b8d0a95d5259838a85d8fbe /nptl/cancellation.c | |
parent | 116ac301b1825f3e50e32d4b0974b1ad34345a14 (diff) | |
download | glibc-83b09837ed5c106840d0f069a81eed41a646bff3.zip glibc-83b09837ed5c106840d0f069a81eed41a646bff3.tar.gz glibc-83b09837ed5c106840d0f069a81eed41a646bff3.tar.bz2 |
nptl: Remove internal_function attribute
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 |