Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpthread
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