[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH] lib/syscall_shim: Provide asm/unistd.h header
Hi Costin, This patch looks good. -- Felipe Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx> On 26.08.19, 17:30, "Costin Lupu" <costin.lupu@xxxxxxxxx> wrote: The asm/unistd.h header is used on Linux systems for syscall numbers definitions. Therefore syscall_shim library provides it as a way of exposing its syscall numbers. Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> --- lib/syscall_shim/include/asm/unistd.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/syscall_shim/include/asm/unistd.h diff --git a/lib/syscall_shim/include/asm/unistd.h b/lib/syscall_shim/include/asm/unistd.h new file mode 100644 index 00000000..73216463 --- /dev/null +++ b/lib/syscall_shim/include/asm/unistd.h @@ -0,0 +1 @@ +#include <uk/bits/syscall_nrs.h> -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |