I cannot think of a reason, it was a long time ago.
I actually did that mistake once.
Anyway I think it too late to change it.

I traced it back to :
https://github.com/zeromq/libzmq/commit/cc631c4c6649b0d67114db13386a949426e35dbf


On Thu, Jul 14, 2016 at 12:30 PM, genieplus <[email protected]> wrote:

> Hi,
>
> Is there any reason why the ZMQ_POLL* macros are not compatible with POLL*
> macros from <poll.h> ?
>
> I was expecting a definition like follow:
>
> #define ZMQ_POLLIN          POLLIN          /* 0x001 */
> #define ZMQ_POLLOUT      POLLOUT      /* 0x004 */
> #define ZMQ_POLLERR      POLLERR      /* 0x008 */
>
>
> Regards,
>
>
>
>
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to