Up to [cvs.NetBSD.org] / src / lib / libc / compat / arch / powerpc64 / sys
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 2 06:54:10 2021 UTC (14 months, 4 weeks ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Adjust for new __sigaction_siginfo symbol.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 20 20:14:50 2020 UTC (2 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
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()!