aboutsummaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
Diffstat (limited to 'std')
-rw-r--r--std/os/zen.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/os/zen.zig b/std/os/zen.zig
index b4b63f729f..40c2c468c3 100644
--- a/std/os/zen.zig
+++ b/std/os/zen.zig
@@ -93,6 +93,7 @@ pub fn read(fd: i32, buf: &u8, count: usize) usize {
while (i < count) : (i += 1) {
send(Message.to(Server.Keyboard, 0));
+ // FIXME: we should be certain that we are receiving from Keyboard.
var message = Message.from(MailboxId.This);
receive(&message);