index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
elf
/
unload4mod2.c
blob: 497ef5d93b05f30bc140cef7148f36c578b4f246 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
int
baz
(
int
x
)
{
puts
(
"in baz"
);
return
x
*
4
;
}