Module Name: src Committed By: christos Date: Sun Sep 20 20:14:50 UTC 2020
Modified Files: src/lib/libc/compat/arch/powerpc64/sys: Makefile.inc Added Files: src/lib/libc/compat/arch/powerpc64/sys: compat_missing.c Log Message: 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()! To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/compat/arch/powerpc64/sys/Makefile.inc cvs rdiff -u -r0 -r1.1 \ src/lib/libc/compat/arch/powerpc64/sys/compat_missing.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.