aboutsummaryrefslogtreecommitdiffstats
path: root/exec/exec.h
diff options
context:
space:
mode:
authorEli Zaretskii2025-04-15 12:19:32 +0300
committerEli Zaretskii2025-04-15 12:19:32 +0300
commit1aa14f8fc548eca8eaff91b55e92672fd510ae37 (patch)
tree684cd4f469f9dfcc264367c35608fa491e48da7c /exec/exec.h
parent3f73b29875dcfcc9b22d8346f8965f3fb31f4fb4 (diff)
parent19b6e36a22513b437b86d4b6418ce31f551902cc (diff)
downloademacs-1aa14f8fc548eca8eaff91b55e92672fd510ae37.tar.gz
emacs-1aa14f8fc548eca8eaff91b55e92672fd510ae37.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
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