add proper fuxed-based locking for stdio
[musl] / src / thread / pthread_self.c
index 55d20c9..9f885d9 100644 (file)
@@ -35,3 +35,5 @@ pthread_t pthread_self()
        }
        return __pthread_self();
 }
+
+weak_alias(pthread_self, __pthread_self_init);