summaryrefslogtreecommitdiff
path: root/src/threads/thrd_current.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/thrd_current.c')
-rw-r--r--src/threads/thrd_current.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threads/thrd_current.c b/src/threads/thrd_current.c
index 92e3d3f3..7562a95a 100644
--- a/src/threads/thrd_current.c
+++ b/src/threads/thrd_current.c
@@ -5,6 +5,7 @@
thrd_t thrd_current(void)
{
+ SIGNAL_SAFE(0);
return pthread_self();
}