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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include <dlfcn.h>
#include "dynlink.h"

static void *stub_fdlopen(int fd, int mode)
{
	__dl_seterr("Dynamic loading not supported");
	return 0;
}

weak_alias(stub_fdlopen, fdlopen);
debug log:

solving a9380b57 ...
found a9380b57 in https://inbox.vuxu.org/musl/20230508181413.194379-3-pedro.falcato@gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/20230508181413.194379-3-pedro.falcato@gmail.com/
diff --git a/src/ldso/fdlopen.c b/src/ldso/fdlopen.c
new file mode 100644
index 00000000..a9380b57

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

index at:
100644 a9380b578388c029dffbf44769e6cd3ba7579703	src/ldso/fdlopen.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).