NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55429 CVS commit: src/sys/sys



The following reply was made to PR standards/55429; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55429 CVS commit: src/sys/sys
Date: Mon, 9 Sep 2024 12:01:17 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Sep  9 12:01:16 UTC 2024
 
 Modified Files:
 	src/sys/sys: signal.h
 
 Log Message:
 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.76 src/sys/sys/signal.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index