unify static and dynamic libc init/fini code paths
authorRich Felker <dalias@aerifal.cx>
Thu, 12 Nov 2015 03:08:23 +0000 (22:08 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 12 Nov 2015 03:08:23 +0000 (22:08 -0500)
use weak definitions that the dynamic linker can override instead of
preprocessor conditionals on SHARED so that the same libc start and
exit code can be used for both static and dynamic linking.


No differences found