Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue: 946914 Fix epoll_create() - libvma incompatibility with OS
OS does not support creating epoll fd's using epoll_create() with zero size. libvma should handle a non-positive size like OS does: return -1 and set the errno to EINVAL. Signed-off-by: Liran Oz <[email protected]>
- Loading branch information