summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/errno-loc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/errno-loc.c b/hurd/errno-loc.c
index 85e4e7d47b..9ff09ebb60 100644
--- a/hurd/errno-loc.c
+++ b/hurd/errno-loc.c
@@ -26,3 +26,4 @@ __errno_location (void)
return (int *) __hurd_threadvar_location (_HURD_THREADVAR_ERRNO);
}
strong_alias (__errno_location, __hurd_errno_location)
+libc_hidden_def (__errno_location)