From 7cc519c9d2f5b68aae04d368077f17c605009b43 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 10 Mar 2024 12:32:01 +0100 Subject: fix config loading on osx, merge /linux and /osx --- src/mutex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mutex.h') diff --git a/src/mutex.h b/src/mutex.h index 790e279..2ee6316 100644 --- a/src/mutex.h +++ b/src/mutex.h @@ -43,7 +43,6 @@ void ts_thread_join(ts_thread *ts_thread); bool ts_thread_tryjoin(ts_thread *ts_thread); void ts_thread_detach(ts_thread *ts_thread); void ts_thread_stop(ts_thread *ts_thread); -int ts_thread_get_id(); void ts_thread_sleep(int microseconds); void ts_thread_exit(); -- cgit v1.2.3-70-g09d2