summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-05-06 03:41:50 +0200
committerLennart Poettering <lennart@poettering.net>2009-05-20 02:09:31 +0200
commit89318bbeb4076d8d9de9831d69621fc1411760d3 (patch)
tree3689cfb43a9aa8e681129120032098d219d9d3e8 /configure.in
parent3c319c71938ab06cf6f1750750927ffb5c200de4 (diff)
cloexec: set all sockets that are created with SOCK_CLOEXEC
Since all socket users enable FD_CLOEXEC anyway we can just do that in _dbus_open_socket() and be done with it for all cases. By side effect this allows us to use SOCK_CLOEXEC and hence close the CLOEXEC race.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7e0c7d5a..b087b003 100644
--- a/configure.in
+++ b/configure.in
@@ -816,7 +816,7 @@ fi
AC_CHECK_FUNCS(getpeerucred getpeereid)
-AC_CHECK_FUNCS(pipe2)
+AC_CHECK_FUNCS(pipe2 accept4)
#### Abstract sockets