diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/fileutils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/fileutils.h b/Include/fileutils.h index 21eefdef87..e4bf6d4db9 100644 --- a/Include/fileutils.h +++ b/Include/fileutils.h @@ -152,6 +152,9 @@ PyAPI_FUNC(int) _Py_get_inheritable(int fd); PyAPI_FUNC(int) _Py_set_inheritable(int fd, int inheritable, int *atomic_flag_works); +PyAPI_FUNC(int) _Py_set_inheritable_async_safe(int fd, int inheritable, + int *atomic_flag_works); + PyAPI_FUNC(int) _Py_dup(int fd); #ifndef MS_WINDOWS |