summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xamiga/schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/schedule.c b/amiga/schedule.c
index 39b4fd9b6..cb53d2ffe 100755
--- a/amiga/schedule.c
+++ b/amiga/schedule.c
@@ -456,7 +456,7 @@ void ami_schedule_handle(struct MsgPort *nsmsgport)
#endif
}
-#ifdef NSA_NO_SYNC
+#ifdef AMIGA_NS_ASYNC
static int32 ami_scheduler_process(STRPTR args, int32 length, APTR execbase)
{
struct Process *proc = (struct Process *)FindTask(NULL);