projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rtld: properly handle root directory in load path (bug 30435)
[platform/upstream/glibc.git]
/
elf
/
tst-deep1mod1.c
1
#include <stdio.h>
2
int
3
foo (void)
4
{
5
printf ("%s:%s\n", __FILE__, __func__);
6
return 1;
7
}
8
9
int
10
baz (void)
11
{
12
printf ("%s:%s\n", __FILE__, __func__);
13
return 20;
14
}