diff options
Diffstat (limited to 'src/user/lib')
-rw-r--r-- | src/user/lib/include/__errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |