From 41dcd39ef26caa7cc3b76ca31ced5ba00f23d874 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 8 Jul 2012 14:50:43 +0000 Subject: Add a generic GCC stdarg.h header file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4919 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/cxx/cstdarg | 6 +++--- nuttx/include/cxx/cstddef | 2 +- nuttx/include/cxx/cstdint | 9 ++++----- 3 files changed, 8 insertions(+), 9 deletions(-) (limited to 'nuttx/include/cxx') diff --git a/nuttx/include/cxx/cstdarg b/nuttx/include/cxx/cstdarg index cbef3edf8..4964f8e7c 100644 --- a/nuttx/include/cxx/cstdarg +++ b/nuttx/include/cxx/cstdarg @@ -1,8 +1,8 @@ //*************************************************************************** // include/cxx/cstdarg // -// Copyright (C) 2009 Gregory Nutt. All rights reserved. -// Author: Gregory Nutt +// Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved. +// Author: Gregory Nutt // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions @@ -40,7 +40,7 @@ // Included Files //*************************************************************************** -#include +#include //*************************************************************************** // Namespace diff --git a/nuttx/include/cxx/cstddef b/nuttx/include/cxx/cstddef index 440b680f4..73dbcd526 100644 --- a/nuttx/include/cxx/cstddef +++ b/nuttx/include/cxx/cstddef @@ -2,7 +2,7 @@ // include/cxx/cstddef // // Copyright (C) 2009 Gregory Nutt. All rights reserved. -// Author: Gregory Nutt +// Author: Gregory Nutt // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions diff --git a/nuttx/include/cxx/cstdint b/nuttx/include/cxx/cstdint index d47613771..d662c5dc7 100644 --- a/nuttx/include/cxx/cstdint +++ b/nuttx/include/cxx/cstdint @@ -1,8 +1,8 @@ //*************************************************************************** // include/cxx/cstdint // -// Copyright (C) 2009 Gregory Nutt. All rights reserved. -// Author: Gregory Nutt +// Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved. +// Author: Gregory Nutt // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions @@ -61,7 +61,7 @@ namespace std using ::int_least32_t; using ::int_least64_t; using ::intmax_t; - using ::intintptr_t; + using ::intptr_t; using ::uint8_t; using ::uint16_t; using ::uint32_t; @@ -75,8 +75,7 @@ namespace std using ::uint_least32_t; using ::uint_least64_t; using ::uintmax_t; - using ::uintintptr_t; -} + using ::uintptr_t; } #endif // __INCLUDE_CXX_CSTDINT -- cgit v1.2.3