NetBSD/lib/libc/compat
christos a121fa6581 Add symbol entries for the missing signal functions for the benefit of
autoconf. Autoconf compiles simple programs like:
    char symbol();
    int main() { return symbol(); }
To check if the symbol is present. This makes it happy.
Another way our symbol renaming breaks things.
This fixes gdb native build, which does not find sigprocmask otherwise
and fails to build because it finds pthread_sigmask() and not sigprocmask()!
2020-09-20 20:14:50 +00:00
..
arch Add symbol entries for the missing signal functions for the benefit of 2020-09-20 20:14:50 +00:00
db
gen Teach libc's compat ldexp stub to raise fp exceptions. 2020-05-21 05:56:31 +00:00
include Fix const argument inconsistency (found by lint(1)) 2017-12-26 17:01:25 +00:00
locale Redo the locale cache to be constant. It now contains the localeconv() 2013-09-13 13:13:32 +00:00
net -Wstrict-overflow 2012-10-15 22:22:01 +00:00
rpc
stdio fix trivial typo in warning msg 2012-10-17 16:09:03 +00:00
stdlib Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00
sys deduplicate the conversion function from statvfs -> statfs12 2019-10-04 01:28:02 +00:00
time
Makefile
Makefile.inc
shlib_version