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
/
tst-non-directory-path.c
blob: 1016a97a7ad05222d937ba297d393ab9047fc8b9 (
plain
) (
blame
)
1
2
3
4
5
6
7
extern
void
foo
(
void
);
int
main
(
int
argc
,
char
*
argv
[])
{
foo
();
return
0
;
}