diff options
Diffstat (limited to 'support/xthread.h')
-rw-r--r-- | support/xthread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/xthread.h b/support/xthread.h index 6dd7e709be..3552a73e4f 100644 --- a/support/xthread.h +++ b/support/xthread.h @@ -67,6 +67,8 @@ void xpthread_attr_setdetachstate (pthread_attr_t *attr, int detachstate); void xpthread_attr_setstacksize (pthread_attr_t *attr, size_t stacksize); +void xpthread_attr_setguardsize (pthread_attr_t *attr, + size_t guardsize); /* This function returns non-zero if pthread_barrier_wait returned PTHREAD_BARRIER_SERIAL_THREAD. */ |