fstatat: add wrapper that uses statx for non-legacy arch
[uclibc-ng.git] / libc / sysdeps / linux / x86_64 / crtn.S
blob9804e0f76fec86adf0cf1dcae2949e313099e5c7
1 /* glibc's sysdeps/x86_64/elf/initfini.c used for reference [EPILOG] */
3 .file   "initfini.c"
5 .section .init
6 .global  _init
7 .type    _init, %function
8         addq $8, %rsp
9         ret
12 .section .fini
13 .global  _fini
14 .type    _fini, %function
15         addq $8, %rsp
16         ret