mirror of
https://github.com/fluencelabs/musl
synced 2025-06-25 12:42:02 +00:00
use weak aliases rather than function pointers to simplify some code
This commit is contained in:
@ -6,10 +6,8 @@
|
||||
|
||||
struct __libc {
|
||||
int *(*errno_location)(void);
|
||||
void (*testcancel)(void);
|
||||
int threaded;
|
||||
int canceldisable;
|
||||
void (*fork_handler)(int);
|
||||
int (*atexit)(void (*)(void));
|
||||
void (*fini)(void);
|
||||
void (*ldso_fini)(void);
|
||||
|
Reference in New Issue
Block a user