about summary refs log tree commit diff
path: root/htl/pt-detach.c
diff options
context:
space:
mode:
Diffstat (limited to 'htl/pt-detach.c')
-rw-r--r--htl/pt-detach.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/htl/pt-detach.c b/htl/pt-detach.c
index 175560667a..e842a3d3d7 100644
--- a/htl/pt-detach.c
+++ b/htl/pt-detach.c
@@ -78,3 +78,4 @@ __pthread_detach (pthread_t thread)
   return err;
 }
 weak_alias (__pthread_detach, pthread_detach)
+hidden_def (__pthread_detach)