Log In
hjl
/
source-git
/
glibc
Forked from
source-git/glibc
4 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
7e084c542b7e67e37f8ad6c61ecc366ffaaa2701
7e084c542b7e67e37f8ad6c61ecc366ffaaa2701
elf
reldep6mod0.c
Fork and Edit
Blob
Blame
History
Raw
int bar (void); extern void free (void *); int bar (void) { free (0); return 40; }