From e7b2ed9c3e68051347506e37bd114cf42197cbc9 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sat, 1 May 2004 15:55:41 +0000 Subject: remove_thread() stubbed for the simulator, but this is a "make it compile" hack. It should rather do the real thing, I just don't know how. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4572 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'uisimulator/common/stubs.c') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index fab61b8ed3..891a1110fc 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -265,3 +265,10 @@ int talk_spell(char* spell, bool enqueue) } const char* dir_thumbnail_name = ".dirname.tbx"; + +/* FIXME: this shoudn't be a stub, rather the real thing. + I'm afraid on Win32/X11 it'll be hard to kill a thread from outside. */ +void remove_thread(int threadnum) +{ + (void)threadnum; +} -- cgit v1.2.3