From 9f30696750017e4414f26ac51c402b5dad544eb2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 9 Nov 2005 03:07:44 +0000 Subject: fix __intptr_t for 64bit arches --- libc/sysdeps/linux/common/bits/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/bits/types.h') diff --git a/libc/sysdeps/linux/common/bits/types.h b/libc/sysdeps/linux/common/bits/types.h index aebd8b8c5..a91c262ff 100644 --- a/libc/sysdeps/linux/common/bits/types.h +++ b/libc/sysdeps/linux/common/bits/types.h @@ -150,7 +150,7 @@ typedef long int __t_scalar_t; typedef unsigned long int __t_uscalar_t; /* Duplicates info from stdint.h but this is used in unistd.h. */ -typedef int __intptr_t; +typedef __SWORD_TYPE __intptr_t; /* Duplicate info from sys/socket.h. */ typedef unsigned int __socklen_t; -- cgit v1.2.3