mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 01:44:23 +08:00
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:
@@ -227,7 +227,8 @@ static void generate_proxy(int nparms)
|
||||
int i;
|
||||
|
||||
fprintf(stream, "/* Auto-generated %s proxy file -- do not edit */\n\n", g_parm[NAME_INDEX]);
|
||||
fprintf(stream, "#include <%s>\n\n", g_parm[HEADER_INDEX]);
|
||||
fprintf(stream, "#include <%s>\n", g_parm[HEADER_INDEX]);
|
||||
fprintf(stream, "#include <syscall.h>\n\n");
|
||||
|
||||
fprintf(stream, "%s %s(", g_parm[RETTYPE_INDEX], g_parm[NAME_INDEX]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user