Don't check for getdtablesize.

This commit is contained in:
Roland McGrath 1995-08-17 19:09:57 +00:00
parent af72fc38fe
commit ee6b27b728

View File

@ -38,7 +38,7 @@ changequote([,])dnl
fi
AC_MSG_RESULT($ac_cv_check_symbol_$1)])dnl
AC_CHECK_FUNCS(getdtablesize psignal mktemp \
AC_CHECK_FUNCS(psignal mktemp \
dup2 getcwd sigsetmask getgroups setlinebuf \
seteuid setegid setreuid setregid strerror strsignal)
AC_CHECK_SYMBOL(sys_siglist)