blob: 2c08da69859479d15473c8176af52b2cdd6a9a64 [file] [log] [blame]
Logan Chien9c123232018-10-23 10:47:17 +08001# This file lists the libc functions are included in `crtbegin.o` and not
2# exported by `libc.so`.
3
4CRTBEGIN {
5 global:
6 atexit; # arm64 x86 x86_64 mips mips64
7};