mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
Fix platform availability of some Unix constants (#10857)
This commit is contained in:
@@ -137,7 +137,6 @@ if sys.platform == "linux":
|
||||
EPOLLRDNORM: int
|
||||
EPOLLWRBAND: int
|
||||
EPOLLWRNORM: int
|
||||
EPOLL_RDHUP: int
|
||||
EPOLL_CLOEXEC: int
|
||||
|
||||
if sys.platform != "linux" and sys.platform != "darwin" and sys.platform != "win32":
|
||||
|
||||
Reference in New Issue
Block a user