summaryrefslogtreecommitdiff
path: root/src/thread/pthread_attr_getguardsize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_attr_getguardsize.c')
-rw-r--r--src/thread/pthread_attr_getguardsize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread/pthread_attr_getguardsize.c b/src/thread/pthread_attr_getguardsize.c
index e6b9ee2a..71133f80 100644
--- a/src/thread/pthread_attr_getguardsize.c
+++ b/src/thread/pthread_attr_getguardsize.c
@@ -1,6 +1,6 @@
#include "pthread_impl.h"
-int pthread_attr_getguardsize(pthread_attr_t *a, size_t *size)
+int pthread_attr_getguardsize(const pthread_attr_t *a, size_t *size)
{
*size = a->_a_guardsize + DEFAULT_GUARD_SIZE;
return 0;