]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/reldep7mod1.c
tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd call
[thirdparty/glibc.git] / elf / reldep7mod1.c
CommitLineData
a41d8a74
UD
1int foo (void) __attribute__ ((weak));
2int
3foo (void)
4{
5 return 1;
6}
7
8int
9mod1_bar (void)
10{
11 return foo ();
12}