summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/events.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/events.c')
-rw-r--r--libpthread/nptl/events.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/events.c b/libpthread/nptl/events.c
index 8232d0c7d..df97e54f6 100644
--- a/libpthread/nptl/events.c
+++ b/libpthread/nptl/events.c
@@ -25,8 +25,10 @@ void
__nptl_create_event (void)
{
}
+hidden_def (__nptl_create_event)
void
__nptl_death_event (void)
{
}
+hidden_def (__nptl_death_event)