diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 57f836c..db9bd25 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -253,15 +253,12 @@ static const struct plugin_api rockbox_api = { /* kernel/ system */ PREFIX(sleep), yield, -#ifdef HAVE_PRIORITY_SCHEDULING - priority_yield, -#endif ¤t_tick, default_event_handler, default_event_handler_ex, threads, create_thread, - remove_thread, + thread_exit, thread_wait, #if (CONFIG_CODEC == SWCODEC) mutex_init, |