diff options
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r-- | nptl/pthreadP.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 4159ea6862..986e3788fb 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -215,6 +215,9 @@ extern void __deallocate_stack (struct pthread *pd) function also re-initializes the lock for the stack cache. */ extern void __reclaim_stacks (void) attribute_hidden; +/* Make all threads's stacks executable. */ +int __make_stacks_executable (void) internal_function attribute_hidden; + /* longjmp handling. */ extern void __pthread_cleanup_upto (__jmp_buf target, char *targetframe); #if defined NOT_IN_libc && defined IS_IN_libpthread |