From 74fb0cae63ff0baaaaac19f0624a76a3f869b847 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 22 Dec 2019 14:22:04 +0000 Subject: ntux_cmd_spawn(), ntux_cmd_strace(): pass-through exit code of child process. --- include/ntux/ntux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ntux') diff --git a/include/ntux/ntux.h b/include/ntux/ntux.h index 936b101..9c0c373 100644 --- a/include/ntux/ntux.h +++ b/include/ntux/ntux.h @@ -98,7 +98,7 @@ struct ntux_common_ctx { uint64_t actflags; uint64_t fmtflags; enum ntux_cmd cmd; - uint32_t state; + int32_t status; char ** sargv; char ** senvp; const char * loader; -- cgit v1.2.3