diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/pthread_rwlockattr_setkind_np.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man3/pthread_rwlockattr_setkind_np.3 b/man3/pthread_rwlockattr_setkind_np.3 index eb2dc19bfd..7ade3ba7d2 100644 --- a/man3/pthread_rwlockattr_setkind_np.3 +++ b/man3/pthread_rwlockattr_setkind_np.3 @@ -31,9 +31,10 @@ the read-write lock kind of the thread read-write lock attribute object .B #include <pthread.h> .PP .BI "int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t *" attr , -.BI " int " pref ); -.BI "int pthread_rwlockattr_getkind_np(const pthread_rwlockattr_t *" attr , -.BI " int *" pref ); +.BI " int " pref ); +.BI "int pthread_rwlockattr_getkind_np(" +.BI " const pthread_rwlockattr_t *restrict " attr , +.BI " int *restrict " pref ); .PP Compile and link with \fI\-pthread\fP. .PP |
