diff options
author | Rich Felker <dalias@aerifal.cx> | 2015-03-04 14:15:44 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-03-04 14:15:44 -0500 |
commit | 91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f (patch) | |
tree | 8c1bc42cb548b625942fda6dd2a9ed40802121ed /include | |
parent | f5011c62c3329f15652a60b6b2300d7e3f570977 (diff) | |
download | musl-91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f.tar.gz musl-91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f.tar.xz musl-91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f.zip |
fix preprocessor error introduced in poll.h in last commit
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; |