NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59134 CVS commit: src/lib/libpthread
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/lib/libpthread
Date: Fri, 4 Apr 2025 20:40:58 +0000
Module Name: src
Committed By: riastradh
Date: Fri Apr 4 20:40:58 UTC 2025
Modified Files:
src/lib/libpthread: pthread_cancelstub.c
Log Message:
libpthread: Use typeof rather than copying signatures of cancelstubs.
This would have caught my previous mistake with paccept.
Omit needless declarations that are already covered by the
compat/*/*.h header files.
No functional change intended. This is purely an improvement to
build-time error detection.
PR lib/59134: POSIX-1.2024: pthread_setcancelstate must be
async-signal-safe
PR lib/59247: pthread_cancelstub.c is inadequately tested
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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