mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
FIXME note
This commit is contained in:
parent
c5f088e52c
commit
d2c672ab0c
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user