diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-27 05:52:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-27 05:52:28 +0000 |
commit | 5c03f2d8ec0918b41f0b9ad69975ca42d1ef14ea (patch) | |
tree | ce5fd1124998b89d3c288d590389e691d3f84cb7 /hurd | |
parent | 10ceac89f949acd0b2e2c32b7c2ad4401a41761d (diff) | |
download | glibc-5c03f2d8ec0918b41f0b9ad69975ca42d1ef14ea.tar.gz glibc-5c03f2d8ec0918b41f0b9ad69975ca42d1ef14ea.tar.xz glibc-5c03f2d8ec0918b41f0b9ad69975ca42d1ef14ea.zip |
Fixed _hurd_startup prototype.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hurd/hurd.h b/hurd/hurd.h index 77b8acf9d0..b0bbfbea3b 100644 --- a/hurd/hurd.h +++ b/hurd/hurd.h @@ -238,10 +238,13 @@ extern void _hurd_exit (int status) __attribute__ ((noreturn)); extern void _hurd_startup (void **argptr, void (*main) (int argc, char **argv, char **envp, + int flags, mach_port_t *portarray, mach_msg_type_number_t portarraysize, 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)); /* Initialize the library data structures from the |