elf: Make glibc.rtld.enable_secure ignore alias environment variables
[glibc.git] / elf / tst-dl_find_object-mod4.c
blob27934e60113b61b9fa4f5d046c70ef62c99bf0af
1 char mod4_data;
3 void
4 mod4_function (void (*f) (void))
6 /* Make sure this is not a tail call and unwind information is
7 therefore needed. */
8 f ();
9 f ();