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
The following reply was made to PR lib/53904; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: Joerg Sonnenberger <joerg%bec.de@localhost>, gnats-bugs%NetBSD.org@localhost
Cc: lib-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost, zhujtcsieee%gmail.com@localhost
Subject: Re: PR/53904 CVS commit: src/lib/libc/gen
Date: Thu, 24 Jan 2019 16:24:12 -0500
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