diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/systhread.c | 3 |
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 | ||
| 85 | bool | 85 | bool |
| 86 | sys_thread_create (sys_thread_t *t, const char *name, | 86 | sys_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 | } |