aboutsummaryrefslogtreecommitdiffstats
path: root/common/threads.h
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2023-06-01 17:31:31 -0700
committerChris Robinson <chris.kcat@gmail.com>2023-06-01 17:31:31 -0700
commitc200eb73a7cf47dbd1a4a3785be471adfb3513d8 (patch)
treea2a3dea089d1bdceac7d1d5db2ff5bf831e47855 /common/threads.h
parent650a14631226b1b9423c961b1f53b5db673cc88f (diff)
Move althrd_setname to its own source
Diffstat (limited to 'common/threads.h')
-rw-r--r--common/threads.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/threads.h b/common/threads.h
index 1ef037bb..703d50d4 100644
--- a/common/threads.h
+++ b/common/threads.h
@@ -14,8 +14,6 @@
#include <semaphore.h>
#endif
-void althrd_setname(const char *name);
-
namespace al {
class semaphore {