Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
24c4d046
Commit
24c4d046
authored
Oct 18, 2017
by
Benjamin Peterson
Committed by
GitHub
Oct 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop unused configure check for pthread_atfork (#4046)
parent
20faa68b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
configure
configure
+0
-11
configure.ac
configure.ac
+0
-1
pyconfig.h.in
pyconfig.h.in
+0
-3
No files found.
configure
View file @
24c4d046
...
@@ -10538,17 +10538,6 @@ $as_echo "#define HAVE_BROKEN_PTHREAD_SIGMASK 1" >>confdefs.h
...
@@ -10538,17 +10538,6 @@ $as_echo "#define HAVE_BROKEN_PTHREAD_SIGMASK 1" >>confdefs.h
;;
;;
esac
esac
fi
done
for
ac_func
in
pthread_atfork
do
:
ac_fn_c_check_func
"
$LINENO
"
"pthread_atfork"
"ac_cv_func_pthread_atfork"
if
test
"x
$ac_cv_func_pthread_atfork
"
=
xyes
;
then
:
cat
>>
confdefs.h
<<
_ACEOF
#define HAVE_PTHREAD_ATFORK 1
_ACEOF
fi
fi
done
done
...
...
configure.ac
View file @
24c4d046
...
@@ -3043,7 +3043,6 @@ if test "$posix_threads" = "yes"; then
...
@@ -3043,7 +3043,6 @@ if test "$posix_threads" = "yes"; then
[Define if pthread_sigmask() does not work on your system.])
[Define if pthread_sigmask() does not work on your system.])
;;
;;
esac])
esac])
AC_CHECK_FUNCS(pthread_atfork)
AC_CHECK_FUNCS(pthread_getcpuclockid)
AC_CHECK_FUNCS(pthread_getcpuclockid)
fi
fi
...
...
pyconfig.h.in
View file @
24c4d046
...
@@ -688,9 +688,6 @@
...
@@ -688,9 +688,6 @@
/* Define if your compiler supports function prototype */
/* Define if your compiler supports function prototype */
#undef HAVE_PROTOTYPES
#undef HAVE_PROTOTYPES
/* Define to 1 if you have the `pthread_atfork' function. */
#undef HAVE_PTHREAD_ATFORK
/* Defined for Solaris 2.6 bug in pthread header. */
/* Defined for Solaris 2.6 bug in pthread header. */
#undef HAVE_PTHREAD_DESTRUCTOR
#undef HAVE_PTHREAD_DESTRUCTOR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment