2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <exec/execbase.h>
12 void idleTask(struct ExecBase
*SysBase
)
17 If you can do something here that doesn't busy wait,
18 you should reimplement it elsewhere.
20 See config/unix/exec/idletask.c for what I mean.