commit f3ccc577f967c82687cc0caa82a9cec1c499c3d6
parent 8fad30c773b20e1b5a2d986f6caa0cd9c1020782
Author: Sebastian <sebastian@sebsite.pw>
Date: Mon, 10 Oct 2022 17:26:57 -0400
rt+linux: add EWOULDBLOCK
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/rt/+linux/errno.ha b/rt/+linux/errno.ha
@@ -569,6 +569,7 @@ export def ENOEXEC: int = 8;
export def EBADF: int = 9;
export def ECHILD: int = 10;
export def EAGAIN: int = 11;
+export def EWOULDBLOCK: int = EAGAIN;
export def ENOMEM: int = 12;
export def EACCES: int = 13;
export def EFAULT: int = 14;