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 bed5edc9bab..ad1b50276c8 100644
--- a/exec/exec.h
+++ b/exec/exec.h
@@ -148,6 +148,10 @@ struct exec_tracee
148 /* The next process being traced. */ 148 /* The next process being traced. */
149 struct exec_tracee *next; 149 struct exec_tracee *next;
150 150
151 /* Address of any stack pointer to restore after system call
152 completion. */
153 USER_WORD sp;
154
151 /* The thread ID of this process. */ 155 /* The thread ID of this process. */
152 pid_t pid; 156 pid_t pid;
153 157