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
fix wait check
  • Loading branch information
tiran committed Jul 23, 2022
commit 64d76b9b3ba9f5ac4c7e56d9e7397c0fd9980903
4 changes: 2 additions & 2 deletions configure

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

4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4714,8 +4714,8 @@ PY_CHECK_FUNC([prlimit], [
#include <sys/time.h>
#include <sys/resource.h>
])
PY_CHECK_FUNC([wait], [#include <sys/wait.h])
PY_CHECK_FUNC([waitpid], [#include <sys/wait.h])
PY_CHECK_FUNC([wait], [#include <sys/wait.h>])
PY_CHECK_FUNC([waitpid], [#include <sys/wait.h>])

PY_CHECK_FUNC([_dyld_shared_cache_contains_path], [#include <mach-o/dyld.h>], [HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH])

Expand Down