summaryrefslogtreecommitdiff
path: root/firmware/thread.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-05-03 08:35:14 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-05-03 08:35:14 +0000
commite15f8a21a971920558a6f463586b16a0ee49ad79 (patch)
tree91d6771d0979c43e5390dc1de0ba79cd0638ba25 /firmware/thread.c
parent9c1ab1f0572da9d68f45fc8cb6c361cee0b33376 (diff)
downloadrockbox-e15f8a21a971920558a6f463586b16a0ee49ad79.tar.gz
rockbox-e15f8a21a971920558a6f463586b16a0ee49ad79.zip
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
Diffstat (limited to 'firmware/thread.c')
-rw-r--r--firmware/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index 9705293e9e..0f4273107f 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -1657,7 +1657,7 @@ struct thread_entry *
1657 * catch something. 1657 * catch something.
1658 *--------------------------------------------------------------------------- 1658 *---------------------------------------------------------------------------
1659 */ 1659 */
1660void check_for_obj_waiters(const char *function, struct thread_entry *thread) 1660static void check_for_obj_waiters(const char *function, struct thread_entry *thread)
1661{ 1661{
1662 /* Only one bit in the mask should be set with a frequency on 1 which 1662 /* Only one bit in the mask should be set with a frequency on 1 which
1663 * represents the thread's own base priority */ 1663 * represents the thread's own base priority */