[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v2 2/2] lib/nolibc: Add va_copy
Reviewed-by: Yuri Volchkov <yuri.volchkov@xxxxxxxxx> Costin Lupu <costin.lupu@xxxxxxxxx> writes: > Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> > --- > lib/nolibc/include/stdarg.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/nolibc/include/stdarg.h b/lib/nolibc/include/stdarg.h > index 835e3ee..7522698 100644 > --- a/lib/nolibc/include/stdarg.h > +++ b/lib/nolibc/include/stdarg.h > @@ -46,6 +46,8 @@ extern "C" { > #define va_arg(va, t) __builtin_va_arg((va), t) > #define va_end(va) __builtin_va_end((va)) > > +#define va_copy(d, s) __builtin_va_copy((d), (s)) > + > #ifdef __cplusplus > } > #endif > -- > 2.11.0 > -- Yuri Volchkov Software Specialist NEC Europe Ltd Kurfürsten-Anlage 36 D-69115 Heidelberg _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |