Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b50b83b

Browse files
committed
HAVE_PTHREAD_STUBS
1 parent 329fdb7 commit b50b83b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4275,7 +4275,7 @@ if test "$posix_threads" = "yes"; then
42754275
fi
42764276

42774277
AS_VAR_IF([posix_threads], [stub], [
4278-
AC_DEFINE([HAVE_PTHREAD_STUB], [1], [Define if platform requires stubbed pthread])
4278+
AC_DEFINE([HAVE_PTHREAD_STUBS], [1], [Define if platform requires stubbed pthread])
42794279
])
42804280

42814281
# Check for enable-ipv6

pyconfig.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@
933933
#undef HAVE_PTHREAD_SIGMASK
934934

935935
/* Define if platform requires stubbed pthread */
936-
#undef HAVE_PTHREAD_STUB
936+
#undef HAVE_PTHREAD_STUBS
937937

938938
/* Define to 1 if you have the <pty.h> header file. */
939939
#undef HAVE_PTY_H

0 commit comments

Comments
 (0)