diff options
Diffstat (limited to 'hurd/startup_reply.defs')
-rw-r--r-- | hurd/startup_reply.defs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hurd/startup_reply.defs b/hurd/startup_reply.defs index ec0fc8b7..1776dc3d 100644 --- a/hurd/startup_reply.defs +++ b/hurd/startup_reply.defs @@ -31,7 +31,10 @@ type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE STARTUP_IMPORTS #endif -skip; /* startup_essential_task */ +simpleroutine startup_essential_task_reply ( + reply_port: reply_port_t; + retcode: kern_return_t); + skip; /* startup_request_notification */ skip; /* startup_reboot */ |