diff options
author | Sam James <sam@gentoo.org> | 2023-12-12 10:25:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 10:25:27 (GMT) |
commit | c454e934d36193709aadba8e8e28739790086b95 (patch) | |
tree | ab546e682c4bd2be964d8eea9ddbc9fa630850ab /Python/bytecodes.c | |
parent | 0d2fe6bab01541301abe98a23ee15a16f493fe74 (diff) | |
download | cpython-c454e934d36193709aadba8e8e28739790086b95.zip cpython-c454e934d36193709aadba8e8e28739790086b95.tar.gz cpython-c454e934d36193709aadba8e8e28739790086b95.tar.bz2 |
gh-112970: Detect and use closefrom() when available (#112969)
glibc-2.34 implements closefrom(3) using the same semantics as on BSD.
Check for closefrom() in configure and use the check result in
fileutils.c, rather than hardcoding a FreeBSD check.
Some implementations of closefrom() return an int. Explicitly discard
the return value by casting it to void, to avoid future compiler
warnings.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions