diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-10 12:32:01 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-10 12:32:01 +0100 |
| commit | 7cc519c9d2f5b68aae04d368077f17c605009b43 (patch) | |
| tree | 3d02133184e0ff2b5277cca46c2b61ed3b648c81 /src/mutex.h | |
| parent | 22f40608ec8ba81577625bb65043cacbc51710eb (diff) | |
fix config loading on osx, merge /linux and /osx
Diffstat (limited to 'src/mutex.h')
| -rw-r--r-- | src/mutex.h | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |
