Skip to content

Commit 0c40dcb

Browse files
committed
Fix legacy ifdef names
1 parent 9edc83d commit 0c40dcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/posixmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,11 +591,11 @@ static const unsigned int _Py_STATX_KNOWN = (STATX_BASIC_STATS | STATX_BTIME
591591
# define HAVE_PTSNAME_R_RUNTIME (ptsname_r != NULL)
592592
# endif
593593

594-
# ifdef HAVE_DUP3_RUNTIME
594+
# ifdef HAVE_DUP3
595595
# define HAVE_DUP3_RUNTIME (dup3 != NULL)
596596
# endif
597597

598-
# ifdef HAVE_PIPE2_RUNTIME
598+
# ifdef HAVE_PIPE2
599599
# define HAVE_PIPE2_RUNTIME (pipe2 != NULL)
600600
# endif
601601

0 commit comments

Comments
 (0)