From: Roland McGrath Date: Thu, 27 Apr 1995 05:52:28 +0000 (+0000) Subject: Fixed _hurd_startup prototype. X-Git-Tag: cvs/make-3-73-3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c03f2d8ec0918b41f0b9ad69975ca42d1ef14ea;p=thirdparty%2Fglibc.git Fixed _hurd_startup prototype. --- diff --git a/hurd/hurd.h b/hurd/hurd.h index 77b8acf9d0e..b0bbfbea3bc 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