diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2016-03-25 12:14:31 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2016-03-26 11:31:23 +0100 |
commit | 27aa81fe5a19940d2f39f902c1bede814d49bbb6 (patch) | |
tree | 8eda0eec81807fab2061e201e1dce1c85a4212fe /docs/src | |
parent | 13f4dc82887fa0e235e26265b53b949b50066dc3 (diff) | |
download | libuv-27aa81fe5a19940d2f39f902c1bede814d49bbb6.tar.gz libuv-27aa81fe5a19940d2f39f902c1bede814d49bbb6.zip |
aix: fix 'POLLRDHUP undeclared' build error
AIX doesn't have POLLRDHUP. Fixes the following compile-time error:
src/unix/core.c: In function 'uv__io_start':
src/unix/core.c:831:40: error: 'POLLRDHUP' undeclared
assert(0 == (events & ~(UV__POLLIN | UV__POLLOUT | UV__POLLRDHUP)));
Fixes: https://github.com/libuv/libuv/issues/783
PR-URL: https://github.com/libuv/libuv/pull/785
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions