summaryrefslogtreecommitdiff
path: root/hurd/exec_startup.defs
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-04 17:11:21 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-05 13:40:08 +0200
commitb939d0b64ac0cfb90e672386a8586a5515ebcd16 (patch)
tree59c3afac1901a1a669908a2323bacb52ba216456 /hurd/exec_startup.defs
parent7b31485553ed6a1cbc1ddde0ae3e678e404d1f97 (diff)
hurd: add a new type for the exec_startup protocol
* hurd/hurd_types.defs (exec_startup_t): New type. * hurd/hurd_types.h (exec_startup_t): Likewise. * hurd/exec_startup.defs: Honor EXEC_STARTUP_IMPORTS. (exec_startup_get_info): Use the new type as receiver.
Diffstat (limited to 'hurd/exec_startup.defs')
-rw-r--r--hurd/exec_startup.defs6
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/exec_startup.defs b/hurd/exec_startup.defs
index 9dfb79aa..697f6b22 100644
--- a/hurd/exec_startup.defs
+++ b/hurd/exec_startup.defs
@@ -23,11 +23,15 @@ subsystem exec_startup 30500;
#include <hurd/hurd_types.defs>
+#ifdef EXEC_STARTUP_IMPORTS
+EXEC_STARTUP_IMPORTS
+#endif
+
/* This call is made by a new task to its bootstrap port to get its
startup ports and information. */
routine exec_startup_get_info (
- bootstrap: mach_port_t;
+ bootstrap: exec_startup_t;
/* These describe the entry point and program header data
of the user program loaded into the task. */
out user_entry: vm_address_t;