summaryrefslogtreecommitdiff
path: root/src/core/ao_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ao_task.c')
-rw-r--r--src/core/ao_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_task.c b/src/core/ao_task.c
index 4f48e32d..bafb4943 100644
--- a/src/core/ao_task.c
+++ b/src/core/ao_task.c
@@ -423,7 +423,7 @@ ao_sleep(__xdata void *wchan)
}
void
-ao_wakeup(__xdata void *wchan)
+ao_wakeup(__xdata void *wchan) __reentrant
{
#if HAS_TASK_QUEUE
struct ao_task *sleep, *next;