]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/unload8mod1.c
tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd call
[thirdparty/glibc.git] / elf / unload8mod1.c
CommitLineData
39dd69df
AS
1extern void mod2 (void);
2
3void
4mod1 (void)
5{
6 mod2 ();
7}