[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tyndur-devel] [PATCH v2 2/3] libc: lio_compat_eof()



Ist mailman dran schuld, dass das als latin1 bei mir ankommt?

Bis ich das in git drinnen hatte hat's ein wenig gedauert. (kann
natürlich auch an meiner eigenen Unfähigkeit liegen)

On 24.09.2011 12:40, Kevin Wolf wrote:
> * libc: Den von FILE unabhängigen Teil von feof() in eine eigene
>   Funktion lio_compat_eof() herausgesplittet
> 
> Signed-off-by: Kevin Wolf <kevin@xxxxxxxxxx>
> ---
>  src/modules/include/lostio.h         |    3 +++
>  src/modules/lib/lostio/client/file.c |    7 +++++++
>  src/modules/lib/stdlibc/file.c       |    8 ++------
>  3 files changed, 12 insertions(+), 6 deletions(-)
> 
> diff --git a/src/modules/include/lostio.h b/src/modules/include/lostio.h
> index e5b90f2..f67e7ab 100644
> --- a/src/modules/include/lostio.h
> +++ b/src/modules/include/lostio.h
> @@ -203,6 +203,9 @@ size_t lio_compat_read(void* dest, size_t blocksize, size_t blockcount,
>  size_t lio_compat_write(const void* src, size_t blocksize, size_t blockcount,
>      io_resource_t* io_res);
>  
> +/// Prueft, ob das Ende des Streams erreicht ist
Ich dachte ihr wärt auf echte Umlaute umgestiegen?

> +int lio_compat_eof(io_resource_t* io_res);
> +
>  /// Stream-Position setzen
>  bool lio_seek(io_resource_t* io_res, uint64_t offset, int origin);
>  

Ansonsten sieht das so 'trivial' aus, das ich auch ohne tiefere
lio-Kenntnisse hier trau zu sagen:

Acked-by: Andreas Freimuth <m.nemo@xxxxxxx>

-- 
MNemo