fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5
[musl] / src / errno / __errno_location.c
index ad9f924..7f9d602 100644 (file)
@@ -5,3 +5,5 @@ int *__errno_location(void)
 {
        return &__pthread_self()->errno_val;
 }
+
+weak_alias(__errno_location, ___errno_location);