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

Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
HAVE_PTHREAD_STUBS
  • Loading branch information
tiran committed Jul 23, 2022
commit b50b83bf3fc978b7424bf0f430fe02aa76120e55
2 changes: 1 addition & 1 deletion configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4275,7 +4275,7 @@ if test "$posix_threads" = "yes"; then
fi

AS_VAR_IF([posix_threads], [stub], [
AC_DEFINE([HAVE_PTHREAD_STUB], [1], [Define if platform requires stubbed pthread])
AC_DEFINE([HAVE_PTHREAD_STUBS], [1], [Define if platform requires stubbed pthread])
])

# Check for enable-ipv6
Expand Down
2 changes: 1 addition & 1 deletion pyconfig.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@
#undef HAVE_PTHREAD_SIGMASK

/* Define if platform requires stubbed pthread */
#undef HAVE_PTHREAD_STUB
#undef HAVE_PTHREAD_STUBS

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