elf: Add a way to check if tunable is set (BZ 27069)
[glibc.git] / elf / tst-dl_find_object-mod8.c
blob41f8f1ea092fbacac98e07ad698cb2b5a8a91ad8
1 char mod8_data;
3 void
4 mod8_function (void (*f) (void))
6 /* Make sure this is not a tail call and unwind information is
7 therefore needed. */
8 f ();
9 f ();