|
@@ -1,6 +1,6 @@
|
|
#include "pthread_impl.h"
|
|
#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;
|
|
*size = a->_a_guardsize + DEFAULT_GUARD_SIZE;
|
|
return 0;
|
|
return 0;
|