mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 18:31:14 +08:00
Add MAP_NORESERVE for Linux (#12385)
This commit is contained in:
@@ -128,3 +128,6 @@ if sys.version_info >= (3, 13) and sys.platform == "darwin":
|
||||
MAP_TRANSLATED_ALLOW_EXECUTE: Final = 131072
|
||||
MAP_UNIX03: Final = 262144
|
||||
MAP_TPRO: Final = 524288
|
||||
|
||||
if sys.version_info >= (3, 13) and sys.platform == "linux":
|
||||
MAP_NORESERVE: Final = 16384
|
||||
|
||||
Reference in New Issue
Block a user