wasi-libc/libc-top-half/musl/dynamic.list
Dan Gohman 320054e84f WASI libc prototype implementation.
This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen,
and dlmalloc, as well as a significant amount of new code.
2019-03-27 07:59:55 -07:00

46 lines
411 B
Plaintext

{
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;
};