nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] O_CLOEXEC


From: David Levine
Subject: Re: [Nmh-workers] O_CLOEXEC
Date: Wed, 12 Nov 2014 12:49:42 -0500

Ken wrote:

> You know, if I had my druthers I'd rather just write the code to use
> the older but more widely supported fcntl() call to set FD_CLOEXEC;
> that would avoid an autoconf test and make Lyndon happier :-) Also,
> it looks like O_CLOEXEC is not actually part of POSIX?  There are
> also a bunch of calls to fopen() and for that we'd need to use
> fcntl() there.

Good points.  All the more reason to wrap the opens + fcntl().

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]