summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_attr_getscope.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>1999-11-28 05:38:13 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>1999-11-28 05:38:13 +0000
commit7285bccf1a9224fadd3b7b81be034cd04f35a820 (patch)
tree124a02d2660bf074fa7b02495dcb9d400ac52505 /lib/libpthread/thread/thr_attr_getscope.c
parentd29b1c8b20283bd2639ac939af816f5a6824dbb1 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_attr_getscope.c')
-rw-r--r--lib/libpthread/thread/thr_attr_getscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_attr_getscope.c b/lib/libpthread/thread/thr_attr_getscope.c
index f456585af966..176f01bfe47c 100644
--- a/lib/libpthread/thread/thr_attr_getscope.c
+++ b/lib/libpthread/thread/thr_attr_getscope.c
@@ -37,7 +37,7 @@
#include "pthread_private.h"
int
-pthread_attr_getscope(pthread_attr_t *attr, int *contentionscope)
+pthread_attr_getscope(const pthread_attr_t *attr, int *contentionscope)
{
int ret = 0;