Fixed _hurd_startup prototype.
This commit is contained in:
parent
10ceac89f9
commit
5c03f2d8ec
@ -238,10 +238,13 @@ extern void _hurd_exit (int status) __attribute__ ((noreturn));
|
|||||||
|
|
||||||
extern void _hurd_startup (void **argptr,
|
extern void _hurd_startup (void **argptr,
|
||||||
void (*main) (int argc, char **argv, char **envp,
|
void (*main) (int argc, char **argv, char **envp,
|
||||||
|
int flags,
|
||||||
mach_port_t *portarray,
|
mach_port_t *portarray,
|
||||||
mach_msg_type_number_t portarraysize,
|
mach_msg_type_number_t portarraysize,
|
||||||
int *intarray,
|
int *intarray,
|
||||||
mach_msg_type_number_t intarraysize))
|
mach_msg_type_number_t intarraysize,
|
||||||
|
vm_address_t phdr, vm_size_t phdrsz,
|
||||||
|
vm_address_t user_entry))
|
||||||
__attribute__ ((noreturn));
|
__attribute__ ((noreturn));
|
||||||
|
|
||||||
/* Initialize the library data structures from the
|
/* Initialize the library data structures from the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user