git: Add missing restrict qualifiers to various manual pages.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Feb 22 09:41:06 PST 2018
commit bb5b9becd1923c502e9857d0ef340410aaeee99a
Author: Sascha Wildner <saw at online.de>
Date: Thu Feb 22 18:40:14 2018 +0100
Add missing restrict qualifiers to various manual pages.
Summary of changes:
lib/libc/gen/directory.3 | 5 +-
lib/libc/gen/dlfcn.3 | 12 ++---
lib/libc/gen/dlinfo.3 | 4 +-
lib/libc/gen/dlsym.3 | 6 +--
lib/libc/gen/dlvsym.3 | 4 +-
lib/libc/gen/posix_spawn_file_actions_addopen.3 | 4 +-
lib/libc/gen/posix_spawnattr_getschedparam.3 | 4 +-
lib/libc/gen/posix_spawnattr_getsigdefault.3 | 4 +-
lib/libc/gen/posix_spawnattr_getsigmask.3 | 4 +-
lib/libc/net/getaddrinfo.3 | 7 ++-
lib/libc/net/getnameinfo.3 | 6 +--
lib/libc/stdio/fopen.3 | 5 +-
lib/libc/stdio/fputs.3 | 5 +-
lib/libc/stdtime/ctime.3 | 8 +--
lib/libc/string/bstring.3 | 6 +--
lib/libc/string/memccpy.3 | 4 +-
lib/libc/string/memcpy.3 | 4 +-
lib/libc/string/string.3 | 32 ++++++++----
lib/libc/string/strtok.3 | 6 +--
lib/libc/string/wmemchr.3 | 6 +--
lib/libc/sys/sigaltstack.2 | 4 +-
lib/libc/sys/sigprocmask.2 | 5 +-
lib/libpthread/pthread.3 | 66 ++++++++++++-------------
lib/libpthread/pthread_attr.3 | 16 +++---
lib/libpthread/pthread_barrier_destroy.3 | 4 +-
lib/libpthread/pthread_barrierattr.3 | 4 +-
lib/libpthread/pthread_cond_init.3 | 5 +-
lib/libpthread/pthread_cond_timedwait.3 | 5 +-
lib/libpthread/pthread_cond_wait.3 | 5 +-
lib/libpthread/pthread_create.3 | 5 +-
lib/libpthread/pthread_mutex_init.3 | 4 +-
lib/libpthread/pthread_mutex_timedlock.3 | 4 +-
lib/libpthread/pthread_mutexattr.3 | 8 +--
lib/libpthread/pthread_rwlock_init.3 | 5 +-
lib/libpthread/pthread_rwlock_timedrdlock.3 | 4 +-
lib/libpthread/pthread_rwlock_timedwrlock.3 | 4 +-
lib/libpthread/pthread_rwlockattr_getpshared.3 | 5 +-
lib/libpthread/pthread_schedparam.3 | 6 +--
lib/libpthread/pthread_sigmask.3 | 6 +--
39 files changed, 152 insertions(+), 149 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bb5b9becd1923c502e9857d0ef340410aaeee99a
--
DragonFly BSD source repository
More information about the Commits
mailing list