aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2018-08-21 01:33:25 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2018-08-21 01:33:25 +0000
commitab82c6bdadef06dce6e2a59978bc1b2bbb1a9232 (patch)
treedb3551c9dca666f9c2340e2d5f9f405acad85a30 /lib/libthr
parent6ddfef55bdb05252f4b9f98a337a8e5ea897ee73 (diff)
Notes
Diffstat (limited to 'lib/libthr')
-rw-r--r--lib/libthr/thread/thr_attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_attr.c b/lib/libthr/thread/thr_attr.c
index 8639ebba3e23..0290c089be5c 100644
--- a/lib/libthr/thread/thr_attr.c
+++ b/lib/libthr/thread/thr_attr.c
@@ -199,8 +199,8 @@ _pthread_attr_getdetachstate(const pthread_attr_t *attr, int *detachstate)
__weak_reference(_pthread_attr_getguardsize, pthread_attr_getguardsize);
int
-_pthread_attr_getguardsize(const pthread_attr_t *__restrict attr,
- size_t *__restrict guardsize)
+_pthread_attr_getguardsize(const pthread_attr_t * __restrict attr,
+ size_t * __restrict guardsize)
{
int ret;