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
diff options
context:
space:
mode:
Diffstat
-rw-r--r--src/multibyte/internal.h 6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/multibyte/internal.h b/src/multibyte/internal.h
index 82f5a07e..cc017fa2 100644
--- a/src/multibyte/internal.h
+++ b/src/multibyte/internal.h
@@ -7,9 +7,11 @@
#define bittab __fsmu8
#include <stdint.h>
-#include "libc.h"
-extern const uint32_t bittab[] ATTR_LIBC_VISIBILITY;
+#ifdef __PIC__
+__attribute__((__visibility__("hidden")))
+#endif
+extern const uint32_t bittab[];
/* Upper 6 state bits are a negative integer offset to bound-check next byte */
/* equivalent to: ( (b-0x80) | (b+offset) ) & ~0x3f */
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月07日 12:03:08 +0000

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