summaryrefslogtreecommitdiff
path: root/exec/priv.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-12-05 22:18:21 +0000
committerThomas Bushnell <thomas@gnu.org>1996-12-05 22:18:21 +0000
commitec025e6bd596ab51cd0e3e4c5f9f949be84b275f (patch)
treed69a7bd739f79c8e770997fceb50af2bf59d7c8e /exec/priv.h
parent8e6ecac997e71b99ca79f2097f325018394d5470 (diff)
Sat Nov 23 16:26:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* priv.h (mach_host_elf_machine): New prototype. * hostarch.c: Include "priv.h".
Diffstat (limited to 'exec/priv.h')
-rw-r--r--exec/priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/exec/priv.h b/exec/priv.h
index 115c858a..a89858ce 100644
--- a/exec/priv.h
+++ b/exec/priv.h
@@ -125,6 +125,8 @@ struct execdata
} info;
};
+error_t mach_host_elf_machine (host_t, Elf32_Half *);
+
void finish (struct execdata *, int dealloc_file_port);
void check_hashbang (struct execdata *e,