From 2d7da42acbf2782636e481ebd79f30700fb7dc9e Mon Sep 17 00:00:00 2001 From: dzwdz Date: Wed, 19 Jul 2023 21:27:15 +0200 Subject: user /keyboard: handle open()s instantly even if waiting for kb fixes e.g. `echo */*` in dash --- src/user/lib/include/__errno.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user/lib') diff --git a/src/user/lib/include/__errno.h b/src/user/lib/include/__errno.h index 0808ac6..7551ce0 100644 --- a/src/user/lib/include/__errno.h +++ b/src/user/lib/include/__errno.h @@ -22,4 +22,5 @@ E(204, "ENOEXEC") E(205, "EINTR") E(206, "EWOULDBLOCK") E(207, "EEXIST") +E(208, "EAGAIN") #endif -- cgit v1.2.3