diff options
Diffstat (limited to 'src/__checked_call.c')
| -rw-r--r-- | src/__checked_call.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/__checked_call.c b/src/__checked_call.c index c44ad8f3..f11c708a 100644 --- a/src/__checked_call.c +++ b/src/__checked_call.c @@ -1,6 +1,6 @@ -#include "_assert.h" +#include "_safety.h" -#ifdef THREADS +#if 0 _Thread_local #endif struct __checked_call __checked_call = { 0 }; |
