mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-127614: Correctly check for ttyname_r() in configure (#128503)
PR #14868 replaced the ttyname() call with ttyname_r(), but the old check remained.
This commit is contained in:
parent
07e6aa2efc
commit
e08b28235a
5 changed files with 10 additions and 10 deletions
|
@ -3347,7 +3347,7 @@ os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd,
|
|||
#endif
|
||||
|
||||
|
||||
#ifdef HAVE_TTYNAME
|
||||
#ifdef HAVE_TTYNAME_R
|
||||
/*[clinic input]
|
||||
os.ttyname
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue