mailing list of musl libc
 help / color / mirror / code / Atom feed
b1e5137906c30962bad7e8b69e54426280e6ae81 blob 178 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#define _GNU_SOURCE
#include <dlfcn.h>

static int stub_dladdr1(const void *addr, Dl_info *info, void **extra_info, int flags)
{
	return 0;
}

weak_alias(stub_dladdr1, dladdr1);
debug log:

solving b1e51379 ...
found b1e51379 in https://inbox.vuxu.org/musl/20240125121004.13629-1-jmaselbas@zdiv.net/

applying [1/1] https://inbox.vuxu.org/musl/20240125121004.13629-1-jmaselbas@zdiv.net/
diff --git a/src/ldso/dladdr1.c b/src/ldso/dladdr1.c
new file mode 100644
index 00000000..b1e51379

Checking patch src/ldso/dladdr1.c...
Applied patch src/ldso/dladdr1.c cleanly.

index at:
100644 b1e5137906c30962bad7e8b69e54426280e6ae81	src/ldso/dladdr1.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).