features.h\include\src - 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/include/features.h
blob: f17bd1516ca00879f84516005cbf334bf4b043ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef FEATURES_H
#define FEATURES_H
#include "../../include/features.h"
#define weak __attribute__((__weak__))
#define hidden __attribute__((__visibility__("hidden")))
#define weak_alias(old, new) \
	extern __typeof(old) new __attribute__((__weak__, __alias__(#old)))
#endif
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月02日 03:31:25 +0000

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