Home | History | Annotate | Download | only in platforms
      1 # This file lists the libc functions are included in `crtbegin.o` and not
      2 # exported by `libc.so`.
      3 
      4 CRTBEGIN {
      5   global:
      6     atexit;  # arm64 x86 x86_64 mips mips64
      7 };
      8