diff options
Diffstat (limited to 'lib/thread.h')
| -rw-r--r-- | lib/thread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/thread.h b/lib/thread.h index e2b7763c51..682a17b9f3 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -230,6 +230,9 @@ extern pthread_key_t thread_current; extern char *thread_timer_to_hhmmss(char *buf, int buf_size, struct thread *t_timer); +/* Debug signal mask */ +void debug_signals(const sigset_t *sigs); + #ifdef __cplusplus } #endif |
