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, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_equal.c b/libpthread/nptl/pthread_equal.c
index 4c9a24caf..8587e0f52 100644
--- a/libpthread/nptl/pthread_equal.c
+++ b/libpthread/nptl/pthread_equal.c
@@ -21,7 +21,6 @@
int
-attribute_hidden
__pthread_equal (pthread_t thread1, pthread_t thread2)
{
return thread1 == thread2;