mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Patch #543447: Add posix.mknod.
This commit is contained in:
parent
314fc79ce8
commit
06a83e90aa
6 changed files with 60 additions and 7 deletions
5
configure
vendored
5
configure
vendored
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 1.306 .
|
||||
# From configure.in Revision: 1.307 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53.
|
||||
#
|
||||
|
@ -11243,12 +11243,13 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
|
||||
flock fork fsync fdatasync fpathconf ftime ftruncate \
|
||||
gai_strerror getgroups getlogin getpeername getpid getpwent getwd \
|
||||
hstrerror inet_pton kill killpg link lstat mkfifo mktime mremap \
|
||||
hstrerror inet_pton kill killpg link lstat mkfifo mknod mktime mremap \
|
||||
nice pathconf pause plock poll pthread_init \
|
||||
putenv readlink \
|
||||
select setegid seteuid setgid setgroups \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue