summaryrefslogtreecommitdiff
path: root/src/errno/__errno_location.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/__errno_location.c')
-rw-r--r--src/errno/__errno_location.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errno/__errno_location.c b/src/errno/__errno_location.c
index ad9f9241..7f9d6027 100644
--- a/src/errno/__errno_location.c
+++ b/src/errno/__errno_location.c
@@ -5,3 +5,5 @@ int *__errno_location(void)
{
return &__pthread_self()->errno_val;
}
+
+weak_alias(__errno_location, ___errno_location);