summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_equal.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_equal.c')
-rw-r--r--libpthread/nptl/pthread_equal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_equal.c b/libpthread/nptl/pthread_equal.c
index 8587e0f52..4c9a24caf 100644
--- a/libpthread/nptl/pthread_equal.c
+++ b/libpthread/nptl/pthread_equal.c
@@ -21,6 +21,7 @@
int
+attribute_hidden
__pthread_equal (pthread_t thread1, pthread_t thread2)
{
return thread1 == thread2;