]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update 'full-write' module from gnulib.
authorBruno Haible <bruno@clisp.org>
Wed, 12 Jan 2005 13:03:27 +0000 (13:03 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:02 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/full-write.c

index 11b9445030f295fe63b6671163f62aa12c932f07..ab799ef87bdbd27fc7af95d54ca6ec6c0709ef6b 100644 (file)
        * 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.
index 151370563780d939b77f4f35144575b259a2cfe1..d119977e79d17a1e4c2a9f94281abd6c4ee4c070 100644 (file)
@@ -1,6 +1,7 @@
 /* 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
@@ -28,9 +29,6 @@
 #endif
 
 #include <errno.h>
-#ifndef errno
-extern int errno;
-#endif
 
 #ifdef FULL_READ
 # include "safe-read.h"