diff options
Diffstat (limited to 'unix/mpthreadport.h')
-rw-r--r-- | unix/mpthreadport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpthreadport.h b/unix/mpthreadport.h index c506755c16..51cf8d7860 100644 --- a/unix/mpthreadport.h +++ b/unix/mpthreadport.h @@ -31,5 +31,6 @@ typedef pthread_mutex_t mp_thread_mutex_t; void mp_thread_init(void); +void mp_thread_gc_others(void); #endif // __MICROPY_INCLUDED_UNIX_MPTHREADPORT_H__ |