From 91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 4 Mar 2015 14:15:44 -0500 Subject: fix preprocessor error introduced in poll.h in last commit --- include/poll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/poll.h') 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; -- cgit v1.2.1