On Mon, 10 Feb 2003, Christoph Pfisterer wrote: > > fcntl(fd, F_SETFD, FD_CLOEXEC); > > Ideally, one would do this for each file descriptor as it is opened. >
Yeah I hadn't thought about that, James already added this to the CVS tree. Aaron
On Mon, 10 Feb 2003, Christoph Pfisterer wrote: > > fcntl(fd, F_SETFD, FD_CLOEXEC); > > Ideally, one would do this for each file descriptor as it is opened. >
Yeah I hadn't thought about that, James already added this to the CVS tree. Aaron