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