mirror of
git://git.musl-libc.org/musl
synced 2024-12-14 18:55:23 +00:00
move stage3_func typedef out of shared internal dynlink.h header
this interface contract is entirely internal to dynlink.c.
This commit is contained in:
parent
2fc29fcfc2
commit
b529ec9b52
@ -107,6 +107,8 @@ struct symdef {
|
||||
struct dso *dso;
|
||||
};
|
||||
|
||||
typedef void (*stage3_func)(size_t *);
|
||||
|
||||
static struct builtin_tls {
|
||||
char c;
|
||||
struct pthread pt;
|
||||
|
@ -96,7 +96,6 @@ struct fdpic_dummy_loadmap {
|
||||
#define DYN_CNT 32
|
||||
|
||||
typedef void (*stage2_func)(unsigned char *, size_t *);
|
||||
typedef void (*stage3_func)(size_t *);
|
||||
|
||||
hidden void *__dlsym(void *restrict, const char *restrict, void *restrict);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user