X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fwrite.c;h=2d204219f2d849263f03cd6167e997b68c2b355b;hb=4779b635ef35c7b0bc4044fcb5bc746d06f158c4;hp=c3537d5948218db363b6cd7d8465ea6c4ddc49c6;hpb=e395879b76b260057f48dd54d879df2fc5b2e74d;p=gnulib.git diff --git a/lib/write.c b/lib/write.c index c3537d594..2d204219f 100644 --- a/lib/write.c +++ b/lib/write.c @@ -1,5 +1,5 @@ /* POSIX compatible write() function. - Copyright (C) 2008-2011 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;