define MAX_HANDLE_SZ for use with name_to_handle_at
[musl.git] / dynamic.list
blob686f8eb487fd31b7b9cc7c4c94c396869b4a5609
2 environ;
3 __environ;
5 stdin;
6 stdout;
7 stderr;
9 malloc;
10 calloc;
11 realloc;
12 free;
13 memalign;
14 posix_memalign;
15 aligned_alloc;
16 malloc_usable_size;
18 timezone;
19 daylight;
20 tzname;
21 __timezone;
22 __daylight;
23 __tzname;
25 signgam;
26 __signgam;
28 optarg;
29 optind;
30 opterr;
31 optreset;
32 __optreset;
34 getdate_err;
36 h_errno;
38 program_invocation_name;
39 program_invocation_short_name;
40 __progname;
41 __progname_full;
43 __stack_chk_guard;