repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make.tmpl: add missing compiler attribute to build_progs
[AROS.git]
/
arch
/
m68k-mac
/
exec
/
idletask.c
blob
2a1a2cbc01c2dc79476f97a989183cfefa14c289
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <exec/types.h>
7
#include <asm/registers.h>
8
9
void
idleTask
(
void
)
10
{
11
while
(
1
) {
12
}
13
}