On 12/14/2011 04:19 AM, dongsu.park@xxxxxxxxxxxxxxxx wrote: > From: Dongsu Park <dongsu.park@xxxxxxxxxxxxxxxx> > > 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 eblake@xxxxxxxxxx +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list