From e876ab20bae53a5e217f00c5b0dfb35554e6ac4f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 29 Oct 2011 02:29:13 +0000 Subject: Fix some MIPS software interrupt enabling issues git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4067 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/cxx/cstring | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/include/cxx/cstring') diff --git a/nuttx/include/cxx/cstring b/nuttx/include/cxx/cstring index 664aa97de..29a3bb043 100755 --- a/nuttx/include/cxx/cstring +++ b/nuttx/include/cxx/cstring @@ -52,8 +52,10 @@ namespace std using ::size_t; using ::strchr; using ::strdup; + using ::strndup; using ::strerror; using ::strlen; + using ::strnlen; using ::strcat; using ::strncat; using ::strcmp; -- cgit v1.2.3