diff options
Diffstat (limited to 'libpthread/nptl/cleanup.c')
| -rw-r--r-- | libpthread/nptl/cleanup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/cleanup.c b/libpthread/nptl/cleanup.c index af828c49f..5bf85398e 100644 --- a/libpthread/nptl/cleanup.c +++ b/libpthread/nptl/cleanup.c @@ -35,7 +35,6 @@ __pthread_register_cancel (__pthread_unwind_buf_t *buf) /* Store the new cleanup handler info. */ THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); } -hidden_def (__pthread_register_cancel) void @@ -46,4 +45,3 @@ __pthread_unregister_cancel (__pthread_unwind_buf_t *buf) THREAD_SETMEM (THREAD_SELF, cleanup_jmp_buf, ibuf->priv.data.prev); } -hidden_def (__pthread_unregister_cancel) |
