summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/thread-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/thread-sdl.c')
-rw-r--r--uisimulator/sdl/thread-sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/thread-sdl.c b/uisimulator/sdl/thread-sdl.c
index ef7c86c3b4..e9b5fc205d 100644
--- a/uisimulator/sdl/thread-sdl.c
+++ b/uisimulator/sdl/thread-sdl.c
@@ -50,7 +50,7 @@ static char __name[32];
50 ({ fprintf(stderr, str); exit(-1); }) 50 ({ fprintf(stderr, str); exit(-1); })
51 51
52/* Thread/core entries as in rockbox core */ 52/* Thread/core entries as in rockbox core */
53struct core_entry cores[NUM_CORES]; 53static struct core_entry cores[NUM_CORES];
54struct thread_entry threads[MAXTHREADS]; 54struct thread_entry threads[MAXTHREADS];
55/* Jump buffers for graceful exit - kernel threads don't stay neatly 55/* Jump buffers for graceful exit - kernel threads don't stay neatly
56 * in their start routines responding to messages so this is the only 56 * in their start routines responding to messages so this is the only