* unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
the includer's responsibility.
+2004-08-06 Paul Eggert <eggert@cs.ucla.edu>
+
+ * full-write.c: Import changes from coreutils.
+
2004-08-06 Paul Eggert <eggert@cs.ucla.edu>
* safe-read.c: Import changes from coreutils.
/* An interface to read and write that retries (if necessary) until complete.
- Copyright (C) 1993, 1994, 1997-2003 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#endif
#include <errno.h>
-#ifndef errno
-extern int errno;
-#endif
#ifdef FULL_READ
# include "safe-read.h"