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
This commit is contained in:
patacongo
2011-10-29 02:29:13 +00:00
parent 004a4420fa
commit b8ebda1ae6
4 changed files with 583 additions and 578 deletions
+2
View File
@@ -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;