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