8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
|
# This file lists the libc functions are included in `crtbegin.o` and not
|
||
|
# exported by `libc.so`.
|
||
|
|
||
|
CRTBEGIN {
|
||
|
global:
|
||
|
atexit; # arm64 x86 x86_64
|
||
|
};
|