x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)
[glibc.git] / elf / tst-dl_find_object-mod6.c
blobf78acffb9eb5dfac2e20db3da5419d287183ad3b
1 /* Large to get different layouts. */
2 char mod6_data[4096];
4 void
5 mod6_function (void (*f) (void))
7 /* Make sure this is not a tail call and unwind information is
8 therefore needed. */
9 f ();
10 f ();