소스 검색

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;