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: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