projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Mention IFUNC enhancements to testsuite in NEWS.
[platform/upstream/glibc.git]
/
elf
/
reldep8mod2.c
1
void
2
__attribute__((constructor))
3
xxx (void)
4
{
5
extern void baz (void);
6
baz ();
7
}