mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
kill warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed6c7e4e03
commit
a902aa15c0
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ int create_thread(void* fp, void* sp, int stk_size)
|
||||||
if(0 != error)
|
if(0 != error)
|
||||||
fprintf(stderr, "Couldn't run thread number %d, errno %d\n", i, error);
|
fprintf(stderr, "Couldn't run thread number %d, errno %d\n", i, error);
|
||||||
else
|
else
|
||||||
fprintf(stderr, "Thread %d is running\n", tid);
|
fprintf(stderr, "Thread %ld is running\n", tid);
|
||||||
|
|
||||||
/* get mutex to only allow one thread running at a time */
|
/* get mutex to only allow one thread running at a time */
|
||||||
pthread_mutex_lock(&mp);
|
pthread_mutex_lock(&mp);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue