X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/5ddd9645c94f339f8795bf9b3ece8d518a8de004..HEAD:/lib/read.c diff --git a/lib/read.c b/lib/read.c index 9018bb5f2..4efe8ce23 100644 --- a/lib/read.c +++ b/lib/read.c @@ -1,5 +1,5 @@ /* POSIX compatible read() function. - Copyright (C) 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify @@ -34,7 +34,7 @@ # undef read # if HAVE_MSVC_INVALID_PARAMETER_HANDLER -static inline ssize_t +static ssize_t read_nothrow (int fd, void *buf, size_t count) { ssize_t result;