On Fri, Mar 23, 2012 at 11:22:48AM -0300, Luiz Capitulino wrote:
> On Sun, 18 Mar 2012 19:29:10 +0100
> Alon Levy wrote:
>
> > This adds a helper to conveniently set the correct error based on the
> > errno after a failed fopen.
> >
> > The added function is placed in it's own c file to allow li
On Sun, 18 Mar 2012 19:29:10 +0100
Alon Levy wrote:
> This adds a helper to conveniently set the correct error based on the
> errno after a failed fopen.
>
> The added function is placed in it's own c file to allow libcacard to
> not develop dependencies on everything that qerror will bring in,
This adds a helper to conveniently set the correct error based on the
errno after a failed fopen.
The added function is placed in it's own c file to allow libcacard to
not develop dependencies on everything that qerror will bring in, which
includes monitor and half of qemu. I tried to make it as l