diff options
Diffstat (limited to 'common/threads.c')
-rw-r--r-- | common/threads.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/threads.c b/common/threads.c index 4cdb329d..1ecec365 100644 --- a/common/threads.c +++ b/common/threads.c @@ -31,13 +31,8 @@ extern inline althrd_t althrd_current(void); extern inline int althrd_equal(althrd_t thr0, althrd_t thr1); -extern inline void althrd_exit(int res); extern inline void althrd_yield(void); -extern inline int almtx_lock(almtx_t *mtx); -extern inline int almtx_unlock(almtx_t *mtx); -extern inline int almtx_trylock(almtx_t *mtx); - #ifndef UNUSED #if defined(__cplusplus) |