Fix pthread_condattr(3) type

Reported by: Sascha Wildner <swildner@dragonflybsd.org>
Reviewed by: mjg
This commit is contained in:
Eitan Adler 2017-11-30 07:15:32 +00:00
parent 86fdf1748d
commit 82012c275f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326386

View File

@ -46,9 +46,9 @@
.Ft int
.Fn pthread_condattr_destroy "pthread_condattr_t *attr"
.Ft int
.Fn pthread_condattr_getclock "pthread_condattr_t * restrict attr" "clock_t * restrict clock_id"
.Fn pthread_condattr_getclock "pthread_condattr_t * restrict attr" "clockid_t * restrict clock_id"
.Ft int
.Fn pthread_condattr_setclock "pthread_condattr_t *attr" "clock_t clock_id"
.Fn pthread_condattr_setclock "pthread_condattr_t *attr" "clockid_t clock_id"
.Ft int
.Fn pthread_condattr_getpshared "pthread_condattr_t * restrict attr" "int * restrict pshared"
.Ft int