summaryrefslogtreecommitdiff
path: root/libpthread/nptl/cleanup_defer_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/cleanup_defer_compat.c')
-rw-r--r--libpthread/nptl/cleanup_defer_compat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/cleanup_defer_compat.c b/libpthread/nptl/cleanup_defer_compat.c
index 8fd9b5415..cc6889332 100644
--- a/libpthread/nptl/cleanup_defer_compat.c
+++ b/libpthread/nptl/cleanup_defer_compat.c
@@ -21,6 +21,7 @@
void
+attribute_hidden
_pthread_cleanup_push_defer (
struct _pthread_cleanup_buffer *buffer,
void (*routine) (void *),
@@ -60,6 +61,7 @@ strong_alias (_pthread_cleanup_push_defer, __pthread_cleanup_push_defer)
void
+attribute_hidden
_pthread_cleanup_pop_restore (
struct _pthread_cleanup_buffer *buffer,
int execute)