summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2015-03-04 14:15:44 -0500
committerRich Felker <dalias@aerifal.cx>2015-03-04 14:15:44 -0500
commit91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f (patch)
tree8c1bc42cb548b625942fda6dd2a9ed40802121ed /include
parentf5011c62c3329f15652a60b6b2300d7e3f570977 (diff)
downloadmusl-91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f.tar.gz
fix preprocessor error introduced in poll.h in last commit
Diffstat (limited to 'include')
-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;