mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
This commit is contained in:
parent
ba5517d4c0
commit
00964ed216
2 changed files with 6 additions and 0 deletions
|
|
@ -11965,6 +11965,10 @@ static char *have_functions[] = {
|
|||
"HAVE_FCHOWN",
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FCHOWNAT
|
||||
"HAVE_FCHOWNAT",
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FEXECVE
|
||||
"HAVE_FEXECVE",
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue