Date: Mon, 17 May 1999 16:47:29 -0700 (PDT) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fopen.3 Message-ID: <199905172347.QAA54450@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
archie 1999/05/17 16:47:29 PDT Modified files: lib/libc/stdio fopen.3 Log: Add a note that when a stream opened via fdopen() is closed via fclose(), the underlying file descriptor is also closed. To me at least this wasn't immediately obvious. Revision Changes Path 1.5 +4 -0 src/lib/libc/stdio/fopen.3 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?199905172347.QAA54450>