]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/reldep6mod0.c
Update copyright dates not handled by scripts/update-copyrights.
[thirdparty/glibc.git] / elf / reldep6mod0.c
1 int bar (void);
2 extern void free (void *);
3
4 int bar (void)
5 {
6 free (0);
7 return 40;
8 }