diff options
Diffstat (limited to 'libc_pthread_init.c')
-rw-r--r-- | libc_pthread_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc_pthread_init.c b/libc_pthread_init.c index e6c8b9f..bc808cb 100644 --- a/libc_pthread_init.c +++ b/libc_pthread_init.c @@ -30,5 +30,6 @@ __libc_pthread_init (functions) can be done with one memory access instead of two. */ memcpy (&__libc_pthread_functions, functions, sizeof (__libc_pthread_functions)); + __libc_pthread_functions_init = 1; #endif } |