diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/startup_notify.defs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/startup_notify.defs b/hurd/startup_notify.defs index b7924817..7086f448 100644 --- a/hurd/startup_notify.defs +++ b/hurd/startup_notify.defs @@ -31,6 +31,7 @@ STARTUP_NOTIFY_IMPORTS the notification previously requested by startup_request_notification. */ routine startup_dosync ( - notify_port: mach_port_t); + notify_port: mach_port_t; + waittime timeout: natural_t); |