> The read/seek/close stub functions are unnecessary on the
> log stream. Per glibc fopencookie man page:
>
>cookie_read_function_t *read
> If *read is a null pointer, then reads from the custom stream
> always return end of file.
>
>cookie_seek_fun
The read/seek/close stub functions are unnecessary on the
log stream. Per glibc fopencookie man page:
cookie_read_function_t *read
If *read is a null pointer, then reads from the custom stream
always return end of file.
cookie_seek_function_t *seek
2 matches
Mail list logo