Update to gnulib 0.0.7865-a828.
This commit is contained in:
parent
739941679c
commit
af07e10429
351 changed files with 1114 additions and 931 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* POSIX compatible read() function.
|
||||
Copyright (C) 2008-2012 Free Software Foundation, Inc.
|
||||
Copyright (C) 2008-2013 Free Software Foundation, Inc.
|
||||
Written by Bruno Haible <bruno@clisp.org>, 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue