소스 검색

fix __intptr_t for 64bit arches

Mike Frysinger 20 년 전
부모
커밋
9f30696750
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libc/sysdeps/linux/common/bits/types.h

+ 1 - 1
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;