blob: b844c1ef62e847af08b1056b1bf4f90c532d5169 [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:
Elliott Hughes5ac438e2020-02-13 15:56:31 -08006 atexit; # arm64 x86 x86_64
Logan Chien9c123232018-10-23 10:47:17 +08007};