Author: Armin Rigo <[email protected]>
Branch:
Changeset: r92011:c8577e0e0932
Date: 2017-08-01 11:13 +0200
http://bitbucket.org/pypy/pypy/changeset/c8577e0e0932/
Log: Issue #2607 (jean-louis)
Instead of sys/poll.h, use poll.h, which is the officially correct
header.
diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py
--- a/rpython/rlib/_rsocket_rffi.py
+++ b/rpython/rlib/_rsocket_rffi.py
@@ -20,7 +20,7 @@
includes = ('sys/types.h',
'sys/socket.h',
'sys/un.h',
- 'sys/poll.h',
+ 'poll.h',
'sys/select.h',
'sys/types.h',
'netinet/in.h',
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit