diff options
Diffstat (limited to 'proc/proc.h')
-rw-r--r-- | proc/proc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proc/proc.h b/proc/proc.h index a056d18c..4be1de4e 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -151,6 +151,8 @@ mach_port_t generic_port; /* messages not related to a specific proc */ pthread_mutex_t global_lock; +extern int startup_fallback; /* (ab)use /hurd/startup's message port */ + /* Forward declarations */ void complete_wait (struct proc *, int); int check_uid (struct proc *, uid_t); |