From af07e10429c1513c2348289888b240926264b32b Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 18 Feb 2013 18:48:48 +0100 Subject: Update to gnulib 0.0.7865-a828. --- lib/write.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/write.c') diff --git a/lib/write.c b/lib/write.c index 2473cdb6f..d7d00de44 100644 --- a/lib/write.c +++ b/lib/write.c @@ -1,5 +1,5 @@ /* POSIX compatible write() function. - Copyright (C) 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2013 Free Software Foundation, Inc. Written by Bruno Haible , 2008. This program is free software: you can redistribute it and/or modify @@ -40,7 +40,7 @@ # undef write # if HAVE_MSVC_INVALID_PARAMETER_HANDLER -static inline ssize_t +static ssize_t write_nothrow (int fd, const void *buf, size_t count) { ssize_t result; -- cgit v1.2.3