mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
2.5-18.1
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1993,1995,1997-2003,2004 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1993,1995,1997-2003,2004, 2006 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Written by Ulrich Drepper <drepper@cygnus.com>.
|
||||
Based on the single byte version by Per Bothner <bothner@cygnus.com>.
|
||||
@ -69,7 +69,7 @@ _IO_wdo_write (fp, data, to_do)
|
||||
{
|
||||
if (_IO_new_do_write (fp, fp->_IO_write_base,
|
||||
fp->_IO_write_ptr - fp->_IO_write_base) == EOF)
|
||||
return EOF;
|
||||
return WEOF;
|
||||
}
|
||||
|
||||
do
|
||||
|
Reference in New Issue
Block a user