From e37e7eefcb0148651331d6a750846f26ecf11126 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 11 Sep 2020 22:54:38 +0200 Subject: Removed wait syscall - whoopsidoo! --- apps/wm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/wm.c') diff --git a/apps/wm.c b/apps/wm.c index d4db938..0988538 100644 --- a/apps/wm.c +++ b/apps/wm.c @@ -84,7 +84,7 @@ int main(int argc, char **argv) int mouse_skip = 0; while (1) { if (!(msg = msg_receive())) { - wait(); + yield(); continue; } -- cgit v1.2.3