Progress on syscall build

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3447 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-03-31 04:59:29 +00:00
parent db0f306719
commit 4058304eb5
5 changed files with 113 additions and 4 deletions
+2 -1
View File
@@ -39,9 +39,10 @@
/****************************************************************************
* Included Files
****************************************************************************/
/* This is just a wrapper around sys/syscall.h for compatibility */
/* This is just a wrapper around sys/syscall.h and arch/syscall.h */
#include <sys/syscall.h>
#include <arch/syscall.h>
/****************************************************************************
* Pre-processor Definitions