Use a more natural guard for the callback definition
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25664 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
69710e54f1
commit
3ed8630870
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ struct thread_entry
|
|||
#endif
|
||||
struct thread_entry *queue; /* List of threads waiting for thread to be
|
||||
removed */
|
||||
#ifdef HAVE_EXTENDED_MESSAGING_AND_NAME
|
||||
#ifdef HAVE_WAKEUP_EXT_CB
|
||||
void (*wakeup_ext_cb)(struct thread_entry *thread); /* Callback that
|
||||
performs special steps needed when being
|
||||
forced off of an object's wait queue that
|
||||
|
|
Loading…
Reference in a new issue