NetBSD-Bugs archive

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

Re: PR/53904 CVS commit: src/lib/libc/gen



On Jan 24,  9:42pm, joerg%bec.de@localhost (Joerg Sonnenberger) wrote:
-- Subject: Re: PR/53904 CVS commit: src/lib/libc/gen

| It should be using close-on-exec and just drop the whole need for the
| linked list.

It needs extra info from the fp to do pclose() properly (to find the process
to wait4). Another way to do this is to wrap the fp with funopen() and keep
the information there... Should be trivial. That would break fileno(fp),
although that can be also fixed.

christos



Home | Main Index | Thread Index | Old Index