History log of /netbsd-current/lib/libc/compat/arch/powerpc64/sys/compat_missing.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.2 02-Nov-2021 thorpej

Adjust for new __sigaction_siginfo symbol.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.1 20-Sep-2020 christos

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()!