Module Name:    src
Committed By:   rillig
Date:           Mon Sep  9 21:19:54 UTC 2024

Modified Files:
        src/include: signal.h

Log Message:
signal.h: sync comment with code, remove trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/include/signal.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/signal.h
diff -u src/include/signal.h:1.59 src/include/signal.h:1.60
--- src/include/signal.h:1.59	Tue Nov  2 20:12:25 2021
+++ src/include/signal.h	Mon Sep  9 21:19:54 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: signal.h,v 1.59 2021/11/02 20:12:25 christos Exp $	*/
+/*	$NetBSD: signal.h,v 1.60 2024/09/09 21:19:54 rillig Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993
@@ -162,7 +162,7 @@ sigfillset(sigset_t *set)
 
 /*
  * X/Open CAE Specification Issue 4 Version 2
- */      
+ */
 #if (defined(_XOPEN_SOURCE) && defined(_XOPEN_SOURCE_EXTENDED)) || \
     (_XOPEN_SOURCE - 0) >= 500 || (_POSIX_C_SOURCE - 0) >= 200809L || \
     defined(_NETBSD_SOURCE)
@@ -185,7 +185,7 @@ void	(*sigset (int, void (*)(int)))(int)
 
 /*
  * X/Open CAE Specification Issue 5; IEEE Std 1003.1b-1993 (POSIX)
- */      
+ */
 #if (_POSIX_C_SOURCE - 0) >= 199309L || (_XOPEN_SOURCE - 0) >= 500 || \
     defined(_NETBSD_SOURCE)
 int	sigwait	(const sigset_t * __restrict, int * __restrict);
@@ -201,7 +201,7 @@ int	__sigtimedwait(const sigset_t * __re
     siginfo_t * __restrict, struct timespec * __restrict)
     __RENAME(____sigtimedwait50);
 #endif
-#endif /* _POSIX_C_SOURCE >= 200112 || _XOPEN_SOURCE_EXTENDED || ... */
+#endif /* _POSIX_C_SOURCE >= 199309L || _XOPEN_SOURCE_EXTENDED || ... */
 
 
 #if defined(_NETBSD_SOURCE)

Reply via email to