summaryrefslogtreecommitdiff
path: root/ext/posix/config.m4
diff options
context:
space:
mode:
authorMagnus Määttä <magnus@php.net>2015-07-08 22:12:07 +0200
committerMagnus Määttä <magnus@php.net>2015-07-08 22:12:07 +0200
commit963d906aff71325f0e3d3620318601c0fb5962c1 (patch)
tree408beb24ca2834f561f237a016e5612b23cd3435 /ext/posix/config.m4
parent301ee26568af14bafa3938768ac00962bcf2ee66 (diff)
downloadphp-git-963d906aff71325f0e3d3620318601c0fb5962c1.tar.gz
Add posix_setrlimit() FR #54603
Diffstat (limited to 'ext/posix/config.m4')
-rw-r--r--ext/posix/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/config.m4 b/ext/posix/config.m4
index 82b80ce972..9dfa70d1db 100644
--- a/ext/posix/config.m4
+++ b/ext/posix/config.m4
@@ -11,7 +11,7 @@ if test "$PHP_POSIX" = "yes"; then
AC_CHECK_HEADERS(sys/mkdev.h)
- AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo mknod getrlimit getlogin getgroups makedev initgroups getpwuid_r getgrgid_r)
+ AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo mknod setrlimit getrlimit getlogin getgroups makedev initgroups getpwuid_r getgrgid_r)
AC_MSG_CHECKING([for working ttyname_r() implementation])
AC_TRY_RUN([