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