diff options
Diffstat (limited to 'src/thread/pthread_attr_getscope.c')
-rw-r--r-- | src/thread/pthread_attr_getscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread/pthread_attr_getscope.c b/src/thread/pthread_attr_getscope.c index 0cb224d3..fc42a52f 100644 --- a/src/thread/pthread_attr_getscope.c +++ b/src/thread/pthread_attr_getscope.c @@ -1,6 +1,6 @@ #include "pthread_impl.h" -int pthread_attr_getscope(pthread_attr_t *a, int *scope) +int pthread_attr_getscope(const pthread_attr_t *a, int *scope) { return 0; } |