1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 21:32:12 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2004-01-16 09:58:16 +00:00
parent f6fc181190
commit e8770d98ed

View File

@@ -1,3 +1,17 @@
2003-10-08 Paul Eggert <eggert@twinsun.com>
Merge from gnulib.
* unlocked-io.h: Include <stdio.h>, so that the caller
doesn't have to include <stdio.h> before us.
(clearerr_unlocked, feof_unlocked, ferror_unlocked,
fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
if not declared, so that we can use getpass.c code from libc without
rewriting it.
(flockfile, ftrylockfile, funlockfile): New macros.
2004-01-14 Paul Eggert <eggert@twinsun.com>
Merge from gnulib.