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:           Mon Feb 10 20:40:55 UTC 2025

Modified Files:
        src/lib/libpthread: cnd.3 mtx.3 pthread_barrierattr.3
            pthread_condattr.3 pthread_mutex.3 pthread_mutexattr.3
            pthread_rwlockattr.3

Log Message:
libpthread: Say `restrict', not `__restrict', in man pages.

The private macro __restrict exists only to make .h files work with
legacy C/C++ versions without support for the `restrict' keyword.
It's only distracting to use in a man page.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpthread/cnd.3 src/lib/libpthread/mtx.3
cvs rdiff -u -r1.13 -r1.14 src/lib/libpthread/pthread_barrierattr.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libpthread/pthread_condattr.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libpthread/pthread_mutex.3
cvs rdiff -u -r1.14 -r1.15 src/lib/libpthread/pthread_mutexattr.3
cvs rdiff -u -r1.10 -r1.11 src/lib/libpthread/pthread_rwlockattr.3

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