x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)
[glibc.git] / elf / reldep7mod1.c
blobde1bb3a6cddec13788d1a2ecb4728cdfc32d9cbb
1 int foo (void) __attribute__ ((weak));
2 int
3 foo (void)
5 return 1;
8 int
9 mod1_bar (void)
11 return foo ();