1.1 --- a/src/thread/generic/SDL_systhread.c Tue Sep 27 23:16:04 2011 -0400
1.2 +++ b/src/thread/generic/SDL_systhread.c Sun Oct 02 00:29:16 2011 -0400
1.3 @@ -33,7 +33,7 @@
1.4 }
1.5
1.6 void
1.7 -SDL_SYS_SetupThread(void)
1.8 +SDL_SYS_SetupThread(const char *name)
1.9 {
1.10 return;
1.11 }