diff options
Diffstat (limited to 'src/thread.h')
-rw-r--r-- | src/thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h index c650a99..f064cce 100644 --- a/src/thread.h +++ b/src/thread.h @@ -20,5 +20,7 @@ #ifndef THREAD_H #define THREAD_H +void _gpgrt_thread_set_syscall_clamp (void (*pre)(void), void (*post)(void)); + #endif /*THREAD_H*/ |