X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fgrovel-headers.c;h=fb97cfce4874bc50d7e8677ea176efa4f2b1f730;hb=3d446163adb5602f4cf4743fb7f97ad187a6b2c0;hp=56069ae06f6a36b169b3147ae50b659c82a7c438;hpb=f222dcf60ffe3fcfb03709698d3c282c27ae946f;p=sbcl.git diff --git a/tools-for-build/grovel-headers.c b/tools-for-build/grovel-headers.c index 56069ae..fb97cfc 100644 --- a/tools-for-build/grovel-headers.c +++ b/tools-for-build/grovel-headers.c @@ -209,6 +209,7 @@ main(int argc, char *argv[]) defconstant("enoent", ENOENT); defconstant("eexist", EEXIST); defconstant("eintr", EINTR); + defconstant("eagain", EAGAIN); defconstant("s-ifmt", S_IFMT); defconstant("s-ifdir", S_IFDIR); @@ -308,6 +309,7 @@ main(int argc, char *argv[]) deferrno("ebadf", EBADF); deferrno("enoent", ENOENT); deferrno("eintr", EINTR); + deferrno("eagain", EAGAIN); deferrno("eio", EIO); deferrno("eexist", EEXIST); deferrno("eloop", ELOOP);