]> granicus.if.org Git - python/commitdiff
Add a test for the dirfd library function (to be used in an upcoming
authorGregory P. Smith <greg@krypto.org>
Mon, 16 Jan 2012 10:09:11 +0000 (02:09 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 16 Jan 2012 10:09:11 +0000 (02:09 -0800)
change).  configure will be regenerated in the next commit.

1  2 
configure.in
pyconfig.h.in

diff --cc configure.in
index b7eccb713616b06f3b3cad4bf27e9e30ac857375,ef96da3d4ca812a6ef30b0499db2123c8e076d99..fd70d251977ded1b4b5d476d1e813cee90368df9
@@@ -2562,27 -2587,19 +2562,27 @@@ AC_MSG_RESULT(MACHDEP_OBJS
  
  # checks for library functions
  AC_CHECK_FUNCS(alarm accept4 setitimer getitimer bind_textdomain_codeset chown \
-  clock confstr ctermid execv faccessat fchmod fchmodat fchown fchownat \
 - clock confstr ctermid dirfd execv fchmod fchown fork fpathconf ftime ftruncate \
 - gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
++ clock confstr ctermid dirfd execv faccessat fchmod fchmodat fchown fchownat \
 + fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
 + futimens futimes gai_strerror \
 + getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \
   getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \
 - initgroups kill killpg lchmod lchown lstat mbrtowc mkfifo mknod mktime \
 - mremap nice pathconf pause plock poll pthread_init \
 - putenv readlink realpath \
 - select sem_open sem_timedwait sem_getvalue sem_unlink setegid seteuid \
 - setgid \
 - setlocale setregid setreuid setresuid setresgid setsid setpgid setpgrp setuid setvbuf \
 - sigaction siginterrupt sigrelse snprintf strftime strlcpy \
 + if_nameindex \
 + initgroups kill killpg lchmod lchown lockf linkat lstat lutimes mmap \
 + memrchr mbrtowc mkdirat mkfifo \
 + mkfifoat mknod mknodat mktime mremap nice openat pathconf pause pipe2 plock poll \
 + posix_fallocate posix_fadvise pread \
 + pthread_init pthread_kill putenv pwrite readlink readlinkat readv realpath renameat \
 + select sem_open sem_timedwait sem_getvalue sem_unlink sendfile setegid seteuid \
 + setgid sethostname \
 + setlocale setregid setreuid setresuid setresgid setsid setpgid setpgrp setpriority setuid setvbuf \
 + sched_get_priority_max sched_setaffinity sched_setscheduler sched_setparam \
 + sched_rr_get_interval \
 + sigaction sigaltstack siginterrupt sigpending sigrelse \
 + sigtimedwait sigwait sigwaitinfo snprintf strftime strlcpy symlinkat sync \
   sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
 - truncate uname unsetenv utimes waitpid wait3 wait4 \
 - wcscoll wcsftime wcsxfrm _getpty)
 + truncate uname unlinkat unsetenv utimensat utimes waitid waitpid wait3 wait4 \
 + wcscoll wcsftime wcsxfrm writev _getpty)
  
  # For some functions, having a definition is not sufficient, since
  # we want to take their address.
diff --cc pyconfig.h.in
Simple merge