Date: Sun, 23 Jun 2002 13:41:31 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_dup2.c Message-ID: <200206232041.g5NKfVi16704@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2002/06/23 13:41:31 PDT Modified files: lib/libc_r/uthread uthread_dup2.c Log: Fix a bug which prevented the duplication of the standard i/o file descriptors in programs linked with libc_r with flags other than the default ones. This kept, inter alia, freopen() from working correctly when reopening standard streams. reviewed by: deischen PR: misc/39377 Revision Changes Path 1.13 +24 -13 src/lib/libc_r/uthread/uthread_dup2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206232041.g5NKfVi16704>