Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/compat/arch/powerpc64/sys/compat_missing.c
RevisionDateAuthorComments
 1.2  02-Nov-2021  thorpej Adjust for new __sigaction_siginfo symbol.
 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()!

RSS XML Feed