mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
MIPS32 header: Missing comma in prototype. How did that happen
This commit is contained in:
@@ -246,7 +246,7 @@ uintptr_t sys_call2(unsigned int nbr, uintptr_t parm1, uintptr_t parm2);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
uintptr_t sys_call3(unsigned int nbr, uintptr_t parm1, uintptr_t parm2
|
||||
uintptr_t sys_call3(unsigned int nbr, uintptr_t parm1, uintptr_t parm2,
|
||||
uintptr_t parm3);
|
||||
|
||||
#undef EXTERN
|
||||
|
||||
Reference in New Issue
Block a user