Logan Chien | 9c12323 | 2018-10-23 10:47:17 +0800 | [diff] [blame] | 1 | # This file lists the libc functions are included in `crtbegin.o` and not |
2 | # exported by `libc.so`. | ||||
3 | |||||
4 | CRTBEGIN { | ||||
5 | global: | ||||
Elliott Hughes | 5ac438e | 2020-02-13 15:56:31 -0800 | [diff] [blame] | 6 | atexit; # arm64 x86 x86_64 |
Logan Chien | 9c12323 | 2018-10-23 10:47:17 +0800 | [diff] [blame] | 7 | }; |