dlopen.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/dlopen.c
blob: 69372a220bb1ceddd3e285d9a37c1c56d97f6430 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <dlfcn.h>
#include "dynlink.h"
static void *stub_dlopen(const char *file, int mode)
{
	__dl_seterr("Dynamic loading not supported");
	return 0;
}
weak_alias(stub_dlopen, dlopen);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月14日 08:32:02 +0000

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