Re: [Tinyx-devel] [PATCH] ARCH: ARM7: Adding size_t and ssize_t types.
Status: Planning
                
                Brought to you by:
                
                    davidcohen
                    
                
            | 
      
      
      From: David C. <da...@gm...> - 2008-01-10 14:22:27
      
     | 
| Pushing it. David On Jan 10, 2008 8:55 AM, Felipe Balbi <me...@fe...> wrote: > On Thu, Jan 10, 2008 at 12:20:43AM -0400, David Cohen wrote: > > Adding size_t and ssize_t for ARM7 arch. > > > > Signed-off-by: David Cohen <da...@gm...> > > Acked-by: Felipe Balbi <me...@fe...> > > > --- > > include/asm-arm7/stddef.h | 3 +++ > > 1 files changed, 3 insertions(+), 0 deletions(-) > > > > diff --git a/include/asm-arm7/stddef.h b/include/asm-arm7/stddef.h > > index b81eee9..2a489bb 100644 > > --- a/include/asm-arm7/stddef.h > > +++ b/include/asm-arm7/stddef.h > > @@ -24,4 +24,7 @@ > > > > #define NULL ((void *)0) > > > > +typedef unsigned int size_t; > > +typedef int ssize_t; > > + > > #endif /* __ASM_STDDEF_H */ > > -- > > 1.5.3.7 > > > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > _______________________________________________ > > Tinyx-devel mailing list > > Tin...@li... > > https://lists.sourceforge.net/lists/listinfo/tinyx-devel > > -- > Best Regards, > > Felipe Balbi > me...@fe... > http://blog.felipebalbi.com > |