dlsym.c\ldso\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/ldso/dlsym.c
blob: c0f50e923b857d5e359fce641f0c6e0e77d81245 (plain) (blame)
1
2
3
4
5
6
7
8
#include <dlfcn.h>
void *__dlsym(void *restrict, const char *restrict, void *restrict);
void *dlsym(void *restrict p, const char *restrict s)
{
	return __dlsym(p, s, 0);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月01日 09:22:32 +0000

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