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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user