mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Check for existence of mremap()
This commit is contained in:
parent
6fef30e1fa
commit
898527b14d
1 changed files with 2 additions and 1 deletions
|
|
@ -763,7 +763,8 @@ fi
|
|||
AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r dlopen execv \
|
||||
flock fork fsync fdatasync fpathconf ftime ftruncate \
|
||||
getgroups getlogin getpeername getpgrp getpid getpwent gettimeofday getwd \
|
||||
kill link lstat mkfifo mktime nice pathconf pause plock pthread_init \
|
||||
kill link lstat mkfifo mktime mremap \
|
||||
nice pathconf pause plock pthread_init \
|
||||
putenv readlink \
|
||||
select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
|
||||
sigaction siginterrupt sigrelse strftime strptime symlink sysconf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue