mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
(abmon): Remove spaces.
1998-11-12 Ulrich Drepper <drepper@cygnus.com> * locales/el_GR (abmon): Remove spaces at end of strings.
This commit is contained in:
@ -26,6 +26,8 @@
|
||||
#include "libioP.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#undef fread_unlocked
|
||||
|
||||
_IO_size_t
|
||||
fread_unlocked (buf, size, count, fp)
|
||||
void *buf;
|
||||
@ -33,7 +35,7 @@ fread_unlocked (buf, size, count, fp)
|
||||
_IO_size_t count;
|
||||
_IO_FILE *fp;
|
||||
{
|
||||
_IO_size_t bytes_requested = size*count;
|
||||
_IO_size_t bytes_requested = size * count;
|
||||
_IO_size_t bytes_read;
|
||||
CHECK_FILE (fp, 0);
|
||||
if (bytes_requested == 0)
|
||||
|
Reference in New Issue
Block a user