fix preprocessor error introduced in poll.h in last commit

This commit is contained in:
Rich Felker 2015-03-04 14:15:44 -05:00
parent f5011c62c3
commit 91a3bd743e

View File

@ -24,7 +24,7 @@ extern "C" {
#ifndef POLLMSG
#define POLLMSG 0x400
#define POLLRDHUP 0x2000
#define
#endif
typedef unsigned long nfds_t;