On 12/14/2011 04:19 AM, dongsu.p...@profitbricks.com wrote:
> From: Dongsu Park <dongsu.p...@profitbricks.com>
> 
> If fcntl with F_DUPFD_CLOEXEC fails, we need to try again to use dup()
> to get the fd, instead of giving up right away.

NACK.  gnulib guarantees that F_DUPFD_CLOEXEC works (albeit not
atomically), even on systems where it is not implemented natively.
Falling back to dup() is worthless, since gnulib already provided the
necessary fallbacks as part of its rpl_fcntl.

-- 
Eric Blake   ebl...@redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to