NetBSD-Bugs archive

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

PR/59134 CVS commit: src



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59134 CVS commit: src
Date: Mon, 31 Mar 2025 13:57:07 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Mar 31 13:57:06 UTC 2025
 
 Modified Files:
 	src/distrib/sets/lists/debug: mi
 	src/distrib/sets/lists/tests: mi
 	src/tests/lib/libpthread: Makefile
 Added Files:
 	src/tests/lib/libpthread: t_cancellation.c
 
 Log Message:
 pthread_cancel(3): Add some automatic tests.
 
 PR lib/59240: POSIX.1-2024: cancellation point audit
 PR lib/59134: POSIX-1.2024: pthread_setcancelstate must be
 async-signal-safe
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.470 -r1.471 src/distrib/sets/lists/debug/mi
 cvs rdiff -u -r1.1362 -r1.1363 src/distrib/sets/lists/tests/mi
 cvs rdiff -u -r1.16 -r1.17 src/tests/lib/libpthread/Makefile
 cvs rdiff -u -r0 -r1.1 src/tests/lib/libpthread/t_cancellation.c
 
 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