repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix redundant computations of strlen in glob append function
[musl.git]
/
dynamic.list
blob
686f8eb487fd31b7b9cc7c4c94c396869b4a5609
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
optreset;
32
__optreset;
33
34
getdate_err;
35
36
h_errno;
37
38
program_invocation_name;
39
program_invocation_short_name;
40
__progname;
41
__progname_full;
42
43
__stack_chk_guard;
44
};