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: Fri, 4 Apr 2025 20:53:38 +0000
Module Name: src
Committed By: riastradh
Date: Fri Apr 4 20:53:38 UTC 2025
Modified Files:
src/lib/libpthread: pthread_cancelstub.c
Log Message:
pthread_cancelstub.c: Use restrict, not __restrict.
Only reason to use __restrict is to make header files safe for
pre-C99 clients, but we have built this code as C99 for many years
(and we build it as C11 now anyway).
No functional change intended.
PR lib/59240: POSIX.1-2024: cancellation point audit
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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