Date: Fri, 20 Sep 2002 06:23:27 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio ungetwc.c Message-ID: <200209201323.g8KDNRvN081279@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/09/20 06:23:27 PDT Modified files: lib/libc/stdio ungetwc.c Log: Lock and unlock the file once per call and use the unlocked version of ungetc() instead of having ungetc() recurse on the lock. Revision Changes Path 1.3 +11 -7 src/lib/libc/stdio/ungetwc.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?200209201323.g8KDNRvN081279>