Loading...
--- Libc/Libc-583/pthreads/pthread_mutexattr.3
+++ Libc/Libc-498/pthreads/pthread_mutexattr.3
@@ -74,8 +74,8 @@
.Fc
.Ft int
.Fo pthread_mutexattr_getprioceiling
-.Fa "const pthread_mutexattr_t *restrict attr"
-.Fa "int *restrict prioceiling"
+.Fa "const pthread_mutexattr_t *attr"
+.Fa "int *prioceiling"
.Fc
.\" To match the SUS, this should be:
.\" .Ft int
@@ -85,8 +85,8 @@
.\" .Fc
.Ft int
.Fo pthread_mutexattr_getprotocol
-.Fa "const pthread_mutexattr_t *restrict attr"
-.Fa "int *restrict protocol"
+.Fa "const pthread_mutexattr_t *attr"
+.Fa "int *protocol"
.Fc
.\" To match the SUS, this should be:
.\" .Ft int
@@ -96,8 +96,8 @@
.\" .Fc
.Ft int
.Fo pthread_mutexattr_gettype
-.Fa "const pthread_mutexattr_t *restrict attr"
-.Fa "int *restrict type"
+.Fa "const pthread_mutexattr_t *attr"
+.Fa "int *type"
.Fc
.\" To match the SUS, this should be:
.\" .Ft int
@@ -151,7 +151,7 @@
and
.Dv PTHREAD_MUTEX_DEFAULT .
The default mutex type for
-.Fn pthread_mutexattr_init
+.Fn pthread_mutexaddr_init
is
.Dv PTHREAD_MUTEX_DEFAULT .
.Pp