diff options
Diffstat (limited to 'c/spin.c')
| -rw-r--r-- | c/spin.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/c/spin.c b/c/spin.c deleted file mode 100644 index 2a3d4e8..0000000 --- a/c/spin.c +++ /dev/null @@ -1,6 +0,0 @@ -#include "gbos.h" -/* spin: a harmless long-running process that just yields forever. - Useful as a target for `ps` and `kill`. */ -void main(void) { - for (;;) yield(); -} |
