forked from len0rd/rockbox
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17312 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9c1ab1f057
commit
e15f8a21a9
26 changed files with 47 additions and 26 deletions
|
@ -1657,7 +1657,7 @@ struct thread_entry *
|
|||
* catch something.
|
||||
*---------------------------------------------------------------------------
|
||||
*/
|
||||
void check_for_obj_waiters(const char *function, struct thread_entry *thread)
|
||||
static void check_for_obj_waiters(const char *function, struct thread_entry *thread)
|
||||
{
|
||||
/* Only one bit in the mask should be set with a frequency on 1 which
|
||||
* represents the thread's own base priority */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue