]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/ifuncmod3.c
x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)
[thirdparty/glibc.git] / elf / ifuncmod3.c
1 /* Test STT_GNU_IFUNC symbols with dlopen. */
2
3 #include "ifuncmod1.c"
4
5 int ret_foo;
6 int ret_foo_hidden;
7 int ret_foo_protected;