Review and update some board configurations

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4991 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-07-29 18:30:48 +00:00
parent e08e917d5a
commit c91aa007f2
38 changed files with 266 additions and 260 deletions
+8 -4
View File
@@ -1,7 +1,7 @@
//***************************************************************************
// include/cxx/cstring
//
// Copyright (C) 2009 Gregory Nutt. All rights reserved.
// Copyright (C) 2009-2012 Gregory Nutt. All rights reserved.
// Author: Gregory Nutt <gnutt@nuttx.org>
//
// Redistribution and use in source and binary forms, with or without
@@ -50,7 +50,7 @@
namespace std
{
using ::size_t;
using ::strchr;
using ::strdup;
using ::strndup;
using ::strerror;
@@ -70,12 +70,16 @@ namespace std
using ::strspn;
using ::strcspn;
using ::strstr;
using ::strcasestr;
using ::strtok;
using ::strtok_r;
using ::memset;
using ::memcpy;
using ::memchr;
using ::memccpy;
using ::memcmp;
using ::memcpy;
using ::memmove;
using ::memset;
}
#endif // __INCLUDE_CXX_CSTRING