blob: 84d13c53c58ee448cccc52f9e2085bbd2462e3e0 [file] [log] [blame]
Rich Felkerb9410062018-04-16 20:12:12 -04001{
2environ;
3__environ;
4
5stdin;
6stdout;
7stderr;
8
Rich Felkerc9f415d2018-04-17 18:36:19 -04009malloc;
10calloc;
11realloc;
12free;
13memalign;
14posix_memalign;
15aligned_alloc;
16malloc_usable_size;
Colin Crossa3deaf32021-12-22 16:52:20 -080017mallinfo;
Rich Felkerc9f415d2018-04-17 18:36:19 -040018
Rich Felkerb9410062018-04-16 20:12:12 -040019timezone;
20daylight;
21tzname;
22__timezone;
23__daylight;
24__tzname;
25
26signgam;
27__signgam;
28
29optarg;
30optind;
31opterr;
Rich Felker39ef6122018-11-19 13:11:56 -050032optopt;
Rich Felkerb9410062018-04-16 20:12:12 -040033optreset;
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};