* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / unload3mod3.c
blob046022c55d7c55164d67e908b029648cfcc00220
1 #include <stdio.h>
3 int
4 foo (int x)
6 puts ("foo");
7 return x * 2;