Skip to content

Commit f62a9d4

Browse files
Update comment in posixmodule.c (GH-5681)
A closing parentheses was missing. Signed-off-by: Ngie Cooper <[email protected]> (cherry picked from commit 7745ec4) Co-authored-by: ngie-eign <[email protected]>
1 parent a23eeca commit f62a9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5780,7 +5780,7 @@ os_sched_getaffinity_impl(PyObject *module, pid_t pid)
57805780
#ifdef HAVE_STROPTS_H
57815781
#include <stropts.h>
57825782
#endif
5783-
#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX */
5783+
#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX) */
57845784

57855785

57865786
#if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)

0 commit comments

Comments
 (0)