mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Update comment in posixmodule.c (GH-5681)
A closing parentheses was missing. Signed-off-by: Ngie Cooper <yaneurabeya@gmail.com>
This commit is contained in:
parent
5746510b7a
commit
7745ec4e35
1 changed files with 1 additions and 1 deletions
|
@ -6102,7 +6102,7 @@ error:
|
||||||
#ifdef HAVE_STROPTS_H
|
#ifdef HAVE_STROPTS_H
|
||||||
#include <stropts.h>
|
#include <stropts.h>
|
||||||
#endif
|
#endif
|
||||||
#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX */
|
#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX) */
|
||||||
|
|
||||||
|
|
||||||
#if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
|
#if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue