Module Name: src Committed By: martin Date: Fri Oct 11 18:48:01 UTC 2024
Modified Files: src/sys/sys [netbsd-10]: signal.h Log Message: Pull up following revision(s) (requested by riastradh in ticket #948): sys/sys/signal.h: revision 1.76 signal.h: Fix namespacing for various SA_* constants. References: POSIX 2001 (items labeled XSI are restricted by _XOPEN_SOURCE): https://pubs.opengroup.org/onlinepubs/009695399/basedefs/signal.h.html POSIX 2008 (items no longer labeled XSI are available if _POSIX_C_SOURCE >= 200809L): https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html PR standards/55429: SA_RESTART not available if -D_POSIX_C_SOURCE=200809L To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.75.4.1 src/sys/sys/signal.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.