Date: Thu, 9 Jan 2003 20:35:09 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio Makefile.inc unlocked.c Message-ID: <200301100435.h0A4Z9f8029244@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/01/09 20:35:09 PST Modified files: lib/libc/stdio Makefile.inc Added files: lib/libc/stdio unlocked.c Log: Add function versions of getchar_unlocked(), getc_unlocked(), putchar_unlocked(), putc_unlocked(), feof_unlocked(), ferror_unlocked(), clearerr_unlocked(), and fileno_unlocked(). The first four are required by POSIX. The rest are provided for consistency. Revision Changes Path 1.29 +2 -1 src/lib/libc/stdio/Makefile.inc 1.1 +94 -0 src/lib/libc/stdio/unlocked.c (new) 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?200301100435.h0A4Z9f8029244>