github.com/afumu/libc@v0.0.6/musl/dynamic.list (about)

     1  {
     2  environ;
     3  __environ;
     4  
     5  stdin;
     6  stdout;
     7  stderr;
     8  
     9  malloc;
    10  calloc;
    11  realloc;
    12  free;
    13  memalign;
    14  posix_memalign;
    15  aligned_alloc;
    16  malloc_usable_size;
    17  
    18  timezone;
    19  daylight;
    20  tzname;
    21  __timezone;
    22  __daylight;
    23  __tzname;
    24  
    25  signgam;
    26  __signgam;
    27  
    28  optarg;
    29  optind;
    30  opterr;
    31  optopt;
    32  optreset;
    33  __optreset;
    34  
    35  getdate_err;
    36  
    37  h_errno;
    38  
    39  program_invocation_name;
    40  program_invocation_short_name;
    41  __progname;
    42  __progname_full;
    43  
    44  __stack_chk_guard;
    45  };