feat(dynlst): add more symbols
These are taken from musl's dynlst.txt. Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
+27
@@ -2,4 +2,31 @@
|
||||
stdin;
|
||||
stdout;
|
||||
stderr;
|
||||
|
||||
timezone;
|
||||
daylight;
|
||||
tzname;
|
||||
__timezone;
|
||||
__daylight;
|
||||
__tzname;
|
||||
|
||||
signgam;
|
||||
__signgam;
|
||||
|
||||
optarg;
|
||||
optind;
|
||||
opterr;
|
||||
optreset;
|
||||
__optreset;
|
||||
|
||||
getdate_err;
|
||||
|
||||
h_errno;
|
||||
|
||||
program_invocation_name;
|
||||
program_invocation_short_name;
|
||||
__progname;
|
||||
__progname_full;
|
||||
|
||||
__stack_chk_guard;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user