]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/testobj1_1.c
tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd call
[thirdparty/glibc.git] / elf / testobj1_1.c
CommitLineData
1a511d31 1#include "testobj.h"
fe60f764 2
6bd06384
UD
3int
4obj1func1 (int a)
5{
6 return 42 + obj1func2 (a);
7}