]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/neededobj6.c
Update copyright dates not handled by scripts/update-copyrights.
[thirdparty/glibc.git] / elf / neededobj6.c
CommitLineData
c77a4478
UD
1extern void a1_function (void);
2extern void a2_function (void);
3
4void a2_function (void)
5{
6 a1_function ();
7}