]>
Commit | Line | Data |
---|---|---|
1 | #include <mach/std_types.defs> | |
2 | #include <mach/mach_types.defs> | |
3 | import "vproc.h"; | |
4 | import "vproc_priv.h"; | |
5 | import "vproc_internal.h"; | |
6 | ||
7 | subsystem launchd_helper 4241011; | |
8 | ||
9 | userprefix helper_downcall_; | |
10 | serverprefix helper_recv_; | |
11 | ||
12 | skip; | |
13 | ||
14 | /* For coreservicesd to harvest exit status, not actually for UserEventAgent. */ | |
15 | simpleroutine | |
16 | wait( | |
17 | p : mach_port_move_send_once_t; | |
18 | status : int | |
19 | ); |