mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 10:30:20 +00:00
Update.
1998-08-11 13:57 Ulrich Drepper <drepper@cygnus.com> * libio/fileops.c (_IO_file_sync): Use _IO_ssize_t for delta, not _IO_size_t.
This commit is contained in:
parent
a5f4e34a26
commit
a2bde807bf
@ -1,3 +1,8 @@
|
|||||||
|
1998-08-11 13:57 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* libio/fileops.c (_IO_file_sync): Use _IO_ssize_t for delta, not
|
||||||
|
_IO_size_t.
|
||||||
|
|
||||||
1998-08-10 15:49 Ulrich Drepper <drepper@cygnus.com>
|
1998-08-10 15:49 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* include/dirent.h: Protect from double inclusion.
|
* include/dirent.h: Protect from double inclusion.
|
||||||
|
@ -431,7 +431,7 @@ int
|
|||||||
_IO_file_sync (fp)
|
_IO_file_sync (fp)
|
||||||
_IO_FILE *fp;
|
_IO_FILE *fp;
|
||||||
{
|
{
|
||||||
_IO_size_t delta;
|
_IO_ssize_t delta;
|
||||||
int retval = 0;
|
int retval = 0;
|
||||||
|
|
||||||
/* char* ptr = cur_ptr(); */
|
/* char* ptr = cur_ptr(); */
|
||||||
|
Loading…
Reference in New Issue
Block a user