1# 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 7}; 8