diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-03-04 14:15:44 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-03-30 02:00:47 -0400 |
commit | e060baa0c39f735d1782664104597db2b5fca081 (patch) | |
tree | 2373e4f8332900368a70ba6ef24ccebe77d704a4 /include | |
parent | 14b14fa765fb136f129af9b7e844c651a5c4383e (diff) | |
download | musl-e060baa0c39f735d1782664104597db2b5fca081.tar.gz musl-e060baa0c39f735d1782664104597db2b5fca081.tar.bz2 musl-e060baa0c39f735d1782664104597db2b5fca081.tar.xz musl-e060baa0c39f735d1782664104597db2b5fca081.zip |
fix preprocessor error introduced in poll.h in last commit
(cherry picked from commit 91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f)
Diffstat (limited to 'include')
-rw-r--r-- | include/poll.h | 2 |
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; |