Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
3109ab3b8c99ddba212923c6f75be2216724c9ec
3109ab3b8c99ddba212923c6f75be2216724c9ec
elf
reldep8mod2.c
Fork and Edit
Blob
Blame
History
Raw
void __attribute__((constructor)) xxx (void) { extern void baz (void); baz (); }