aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/systhread.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systhread.c b/src/systhread.c
index 5bd629946f9..c649ae853a3 100644
--- a/src/systhread.c
+++ b/src/systhread.c
@@ -81,6 +81,10 @@ sys_thread_equal (sys_thread_t t, sys_thread_t u)
81{ 81{
82 return t == u; 82 return t == u;
83} 83}
84void
85sys_thread_set_name (const char *name)
86{
87}
84 88
85bool 89bool
86sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum) 90sys_thread_create (sys_thread_t *t, thread_creation_function *func, void *datum)