core-util: introduce FD_CLOEXEC wrappers for open/socket/pipe/accept

This commit is contained in:
Lennart Poettering 2009-10-30 03:30:42 +01:00
parent 754644fa6e
commit 9c1a98953f
3 changed files with 86 additions and 1 deletions

View file

@ -445,7 +445,7 @@ AC_CHECK_FUNCS_ONCE([lstat])
# Non-standard
AC_CHECK_FUNCS_ONCE([setresuid setresgid setreuid setregid seteuid setegid ppoll strsignal sig2str strtof_l])
AC_CHECK_FUNCS_ONCE([setresuid setresgid setreuid setregid seteuid setegid ppoll strsignal sig2str strtof_l pipe2 accept4])
AC_FUNC_ALLOCA