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