* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / firstobj.c
blob2e6033eab640e0ff612956c058b5ee7097f02bfd
1 #include <errno.h>
3 extern int foo (void);
5 int
6 foo (void)
8 errno = 0;
9 return 0;