
28 Apr
2014
28 Apr
'14
4:27 a.m.
On 04/26/2014 03:18 PM, Eric Blake wrote:
From: Natanael Copa <ncopa@alpinelinux.org>
Introduce a wrapper for readdir. This helps us make sure that we always set errno before calling readdir and it will make sure errors are properly logged.
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> Signed-off-by: Eric Blake <eblake@redhat.com> --- src/libvirt_private.syms | 1 + src/util/virfile.c | 33 +++++++++++++++++++++++++++++++++ src/util/virfile.h | 4 ++++ 3 files changed, 38 insertions(+)
ACK Jan