libc.c\internal\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/internal/libc.c
blob: 59d302d47fee716a592b8543ecbf27851aa17395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "libc.h"
#ifdef USE_LIBC_ACCESSOR
struct __libc *__libc_loc()
{
	static struct __libc __libc;
	return &__libc;
}
#else
struct __libc __libc ATTR_LIBC_VISIBILITY;
#endif
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月05日 03:44:20 +0000

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