about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2015-03-04 14:15:44 -0500
committerRich Felker <dalias@aerifal.cx>2015-03-30 02:00:47 -0400
commite060baa0c39f735d1782664104597db2b5fca081 (patch)
tree2373e4f8332900368a70ba6ef24ccebe77d704a4
parent14b14fa765fb136f129af9b7e844c651a5c4383e (diff)
downloadmusl-e060baa0c39f735d1782664104597db2b5fca081.tar.gz
musl-e060baa0c39f735d1782664104597db2b5fca081.tar.xz
musl-e060baa0c39f735d1782664104597db2b5fca081.zip
fix preprocessor error introduced in poll.h in last commit
(cherry picked from commit 91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f)
-rw-r--r--include/poll.h2
1 files changed, 1 insertions, 1 deletions
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;