]> sourceware.org Git - glibc.git/blame - elf/testobj6.c
Update.
[glibc.git] / elf / testobj6.c
CommitLineData
1a511d31 1#include "testobj.h"
fe60f764 2
3d91edb2
UD
3int
4obj6func1 (int a __attribute__ ((unused)))
5{
6 return 77;
7}
8
9int
10obj6func2 (int a)
11{
12 return foo (a) + 46;
13}
14
15int
16preload (int a)
17{
18 return a;
19}
This page took 0.166357 seconds and 5 git commands to generate.