From c200eb73a7cf47dbd1a4a3785be471adfb3513d8 Mon Sep 17 00:00:00 2001 From: Chris Robinson <chris.kcat@gmail.com> Date: Thu, 1 Jun 2023 17:31:31 -0700 Subject: Move althrd_setname to its own source --- common/threads.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/threads.h') 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 { -- cgit v1.2.3