From: Rich Felker Date: Wed, 4 Mar 2015 19:15:44 +0000 (-0500) Subject: fix preprocessor error introduced in poll.h in last commit X-Git-Tag: v1.1.7~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f;p=musl fix preprocessor error introduced in poll.h in last commit --- diff --git a/include/poll.h b/include/poll.h index 5979f7ab..7af73722 100644 --- a/include/poll.h +++ b/include/poll.h @@ -24,7 +24,7 @@ extern "C" { #ifndef POLLMSG #define POLLMSG 0x400 #define POLLRDHUP 0x2000 -#define +#endif typedef unsigned long nfds_t;