New issue 2607: Recommended include path for poll.h
https://bitbucket.org/pypy/pypy/issues/2607/recommended-include-path-for-pollh

Jean-Louis Fuchs:

musl libc recommends including poll.h instead of sys/poll.h (usually the do 
this because it is defined in POSIX)

```
#!bash

$> cat /usr/include/sys/poll.h
#warning redirecting incorrect #include <sys/poll.h> to <poll.h>
#include <poll.h>
```

The patch is tested with PyPy3.5 v5.8.0


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to