NetBSD/lib/libc/misc
christos c510facea2 Instead of compiling files with -fcommon, create an include file and declare
the 3 symbols that need to be common using an attribute. Put all the 3 symbol
definitions in libc in one place (initfini.c). Reviewed by joerg@
2021-04-20 21:42:31 +00:00
..
Makefile.inc Instead of compiling files with -fcommon, create an include file and declare 2021-04-20 21:42:31 +00:00
initfini.c Instead of compiling files with -fcommon, create an include file and declare 2021-04-20 21:42:31 +00:00
stack_protector.c