NetBSD-Bugs archive

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

PR/59240 CVS commit: src/lib/libpthread



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59240 CVS commit: src/lib/libpthread
Date: Wed, 2 Apr 2025 17:18:44 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Apr  2 17:18:44 UTC 2025
 
 Modified Files:
 	src/lib/libpthread: pthread_cancelstub.c
 
 Log Message:
 libpthread: Fix signature of _sys_paccept symbol for paccept(2).
 
 This is not, in fact, an alias for accept4(2): it has an extra
 argument for a signal mask to restore while sleeping.
 
 It would be nice if we had a .h file which could check the signature
 in both definition and use, but that might be tricky to arrange.
 
 PR lib/59240: POSIX.1-2024: cancellation point audit
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.47 -r1.48 src/lib/libpthread/pthread_cancelstub.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