summaryrefslogtreecommitdiff
path: root/tools/database/database.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/database/database.c')
-rw-r--r--tools/database/database.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/database/database.c b/tools/database/database.c
index 41e73ae4a3..0f9304eb0a 100644
--- a/tools/database/database.c
+++ b/tools/database/database.c
@@ -40,12 +40,12 @@ void mutex_unlock(struct mutex *m)
40 (void)m; 40 (void)m;
41} 41}
42 42
43void thread_sdl_thread_lock(void *me) 43void sim_thread_lock(void *me)
44{ 44{
45 (void)me; 45 (void)me;
46} 46}
47 47
48void * thread_sdl_thread_unlock(void) 48void * sim_thread_unlock(void)
49{ 49{
50 return (void*)1; 50 return (void*)1;
51} 51}