On 04/26/2014 03:18 PM, Eric Blake wrote:
From: Natanael Copa <ncopa(a)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(a)alpinelinux.org>
Signed-off-by: Eric Blake <eblake(a)redhat.com>
---
src/libvirt_private.syms | 1 +
src/util/virfile.c | 33 +++++++++++++++++++++++++++++++++
src/util/virfile.h | 4 ++++
3 files changed, 38 insertions(+)
ACK
Jan