musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/env/__init_tls.c 2
-rw-r--r--src/env/__reset_tls.c 3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/env/__init_tls.c b/src/env/__init_tls.c
index 67f14094..b5bd80d1 100644
--- a/src/env/__init_tls.c
+++ b/src/env/__init_tls.c
@@ -33,7 +33,7 @@ static struct builtin_tls {
struct tls_image {
void *image;
size_t len, size, align;
-} __static_tls ATTR_LIBC_VISIBILITY;
+} __static_tls;
#define T __static_tls
diff --git a/src/env/__reset_tls.c b/src/env/__reset_tls.c
index 28c4405e..bd61f311 100644
--- a/src/env/__reset_tls.c
+++ b/src/env/__reset_tls.c
@@ -2,12 +2,11 @@
#include <string.h>
#include "pthread_impl.h"
-#include "libc.h"
extern struct tls_image {
void *image;
size_t len, size, align;
-} __static_tls ATTR_LIBC_VISIBILITY;
+} __static_tls;
#define T __static_tls
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月05日 11:08:39 +0000

AltStyle によって変換されたページ (->オリジナル) /