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
locale
net
rpc
stdio
stdlib
sys deduplicate the conversion function from statvfs -> statfs12 2019-10-04 01:28:02 +00:00
time
Makefile
Makefile.inc
shlib_version