summaryrefslogtreecommitdiff
path: root/src/internal/version.c
AgeCommit message (Collapse)AuthorFilesLines
2015-11-12remove use of SHARED macro in dynamic linker version reportingRich Felker1-4/+1
also fix visibility of the glue function used.
2013-12-01add infrastructure to record and report the version of libc.soRich Felker1-0/+12
this is still experimental and subject to change. for git checkouts, an attempt is made to record the exact revision to aid in bug reports and debugging. no version information is recorded in the static libc.a or binaries it's linked into.