about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/dl-sysdep.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-13 09:02:29 +0000
committerRoland McGrath <roland@gnu.org>2002-06-13 09:02:29 +0000
commitb83cbb99bdd2019f70ffbcca52e5a977437ed421 (patch)
tree50479b6cadc292f81a8bda58741d86d8b106fbf2 /sysdeps/mach/hurd/dl-sysdep.c
parent8f0ac69e431f560fbb286c41b0c284823e2f53f6 (diff)
downloadglibc-b83cbb99bdd2019f70ffbcca52e5a977437ed421.tar.gz
glibc-b83cbb99bdd2019f70ffbcca52e5a977437ed421.tar.xz
glibc-b83cbb99bdd2019f70ffbcca52e5a977437ed421.zip
* sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
	* sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
	argument to pfinet_siocgifconf RPC.
Diffstat (limited to 'sysdeps/mach/hurd/dl-sysdep.c')
-rw-r--r--sysdeps/mach/hurd/dl-sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index 4beb3b8d4e..55495591d8 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -113,7 +113,7 @@ _dl_sysdep_start (void **start_argptr,
 		  void (*dl_main) (const ElfW(Phdr) *phdr, ElfW(Word) phent,
 				   ElfW(Addr) *user_entry))
 {
-  void go (int *argdata)
+  void go (intptr_t *argdata)
     {
       extern unsigned int _dl_skip_args; /* rtld.c */
       char **p;