瀏覽代碼

fix preprocessor error introduced in poll.h in last commit

Rich Felker 10 年之前
父節點
當前提交
91a3bd743e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/poll.h

+ 1 - 1
include/poll.h

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