This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
O_CLOEXEC and SOCK_CLOEXEC
- From: Florian Weimer <fweimer at redhat dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>
- Date: Wed, 7 Oct 2015 16:41:24 +0200
- Subject: O_CLOEXEC and SOCK_CLOEXEC
- Authentication-results: sourceware.org; auth=none
Do we still have targets that do not support them? What about Hurd and
NaCl?
The corresponding __have_* variables are not updated atomically, and I
wonder if we need to fix that, or if we can just remove the fallback.
Florian