[dpdk-dev] [PATCH] rte_log: remove unnecessary stubs

2015-01-15 Thread Thomas Monjalon
> 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

[dpdk-dev] [PATCH] rte_log: remove unnecessary stubs

2014-12-09 Thread Stephen Hemminger
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