Files
semi-libc/src/exit
Rich Felker ad1cd43a86 unify static and dynamic libc init/fini code paths
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.
2015-11-11 22:08:23 -05:00
..