X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fgrovel-headers.c;h=33b2abc47559a7ff6949ff393eb562904019afaa;hb=6e02a5455aeef5a4642a2334348544c1f19775ad;hp=7f9ef4e70e231cc59f0979e9354e6980bfc7fe80;hpb=809babfb68a91aa47a7f011972d39915a77a9895;p=sbcl.git diff --git a/tools-for-build/grovel-headers.c b/tools-for-build/grovel-headers.c index 7f9ef4e..33b2abc 100644 --- a/tools-for-build/grovel-headers.c +++ b/tools-for-build/grovel-headers.c @@ -258,6 +258,7 @@ main(int argc, char *argv[]) defconstant("pollin", POLLIN); defconstant("pollout", POLLOUT); defconstant("pollpri", POLLPRI); + defconstant("pollhup", POLLHUP); DEFTYPE("nfds-t", nfds_t); printf(";;; langinfo\n");