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
/
reldep6mod0.c
1
int bar (void);
2
extern void free (void *);
3
4
int bar (void)
5
{
6
free (0);
7
return 40;
8
}