diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-12-05 22:18:21 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-12-05 22:18:21 +0000 |
commit | ec025e6bd596ab51cd0e3e4c5f9f949be84b275f (patch) | |
tree | d69a7bd739f79c8e770997fceb50af2bf59d7c8e /exec/priv.h | |
parent | 8e6ecac997e71b99ca79f2097f325018394d5470 (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.h | 2 |
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, |