Re: [U-Boot] [Patch 11/16] make size_t equal to unsigned int

2012-08-15 Thread Daniel Schwierzeck
2012/8/14 Zhi-zhou Zhang : > err.. maybe a bug of gcc? In my memory, size_t is equaled to unsigned int. > > diff --git a/arch/mips/include/asm/posix_types.h > b/arch/mips/include/asm/posix_types.h > index 879aae2..86a866a 100644 > --- a/arch/mips/include/asm/posix_types.h > +++ b/arch/mips/include/

[U-Boot] [Patch 11/16] make size_t equal to unsigned int

2012-08-14 Thread Zhi-zhou Zhang
err.. maybe a bug of gcc? In my memory, size_t is equaled to unsigned int. diff --git a/arch/mips/include/asm/posix_types.h b/arch/mips/include/asm/posix_types.h index 879aae2..86a866a 100644 --- a/arch/mips/include/asm/posix_types.h +++ b/arch/mips/include/asm/posix_types.h @@ -24,7 +24,11 @@ typ