aboutsummaryrefslogtreecommitdiffstats
path: root/exec/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec/exec.h')
-rw-r--r--exec/exec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/exec/exec.h b/exec/exec.h
index eee48dfe2ed..d420061ff87 100644
--- a/exec/exec.h
+++ b/exec/exec.h
@@ -152,6 +152,10 @@ struct exec_tracee
152 completion. */ 152 completion. */
153 USER_WORD sp; 153 USER_WORD sp;
154 154
155 /* ID of the system call that is pending completion. This value is
156 not available as the call number is overwritten on success. */
157 USER_WORD callno;
158
155 /* Name of the executable being run. */ 159 /* Name of the executable being run. */
156 char *exec_file; 160 char *exec_file;
157 161