mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
411 B
45 lines
411 B
{
|
|
environ;
|
|
__environ;
|
|
|
|
stdin;
|
|
stdout;
|
|
stderr;
|
|
|
|
malloc;
|
|
calloc;
|
|
realloc;
|
|
free;
|
|
memalign;
|
|
posix_memalign;
|
|
aligned_alloc;
|
|
malloc_usable_size;
|
|
|
|
timezone;
|
|
daylight;
|
|
tzname;
|
|
__timezone;
|
|
__daylight;
|
|
__tzname;
|
|
|
|
signgam;
|
|
__signgam;
|
|
|
|
optarg;
|
|
optind;
|
|
opterr;
|
|
optopt;
|
|
optreset;
|
|
__optreset;
|
|
|
|
getdate_err;
|
|
|
|
h_errno;
|
|
|
|
program_invocation_name;
|
|
program_invocation_short_name;
|
|
__progname;
|
|
__progname_full;
|
|
|
|
__stack_chk_guard;
|
|
};
|
|
|