History log of /netbsd-src/lib/libc/compat/arch/powerpc64/sys/compat_missing.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 7c30b7e1 02-Nov-2021 thorpej <thorpej@NetBSD.org>

Adjust for new __sigaction_siginfo symbol.


# a121fa65 20-Sep-2020 christos <christos@NetBSD.org>

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

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

show more ...