]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-dl_find_object-mod5.c
tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd call
[thirdparty/glibc.git] / elf / tst-dl_find_object-mod5.c
CommitLineData
5d28a896
FW
1/* Slightly larger to get different layouts. */
2char mod5_data[4096];
3
4void
5mod5_function (void (*f) (void))
6{
7 /* Make sure this is not a tail call and unwind information is
8 therefore needed. */
9 f ();
10 f ();
11}