git: <pthread.h>: Add missing 'const' to four functions.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Mar 3 08:25:32 PST 2018
commit 3337d96b1e8b80db8fa506a12d6d8c1fb1ae01a7
Author: Sascha Wildner <saw at online.de>
Date: Sat Mar 3 16:34:48 2018 +0100
<pthread.h>: Add missing 'const' to four functions.
Summary of changes:
include/pthread.h | 8 ++++----
lib/libc_r/uthread/uthread_mattr_kind_np.c | 2 +-
lib/libc_r/uthread/uthread_mutex_prioceiling.c | 4 ++--
lib/libc_r/uthread/uthread_mutex_protocol.c | 2 +-
lib/libpthread/pthread.3 | 8 ++++----
lib/libpthread/pthread_mutexattr.3 | 8 ++++----
lib/libthread_xu/thread/thr_mutex.c | 2 +-
lib/libthread_xu/thread/thr_mutexattr.c | 6 +++---
8 files changed, 20 insertions(+), 20 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3337d96b1e8b80db8fa506a12d6d8c1fb1ae01a7
--
DragonFly BSD source repository
More information about the Commits
mailing list