Merged in masayuki2009/nuttx.nuttx/fix_maxsyscall (pull request #694)
include/sys: Fix SYS_maxsyscall in syscall.h Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
parent
a704344595
commit
874bf7835d
@ -555,7 +555,7 @@
|
||||
# define SYS_getrandom (SYS_prctl + 1)
|
||||
# define SYS_maxsyscall (SYS_prctl + 2)
|
||||
#else
|
||||
# define SYS_maxsyscall SYS_prctl
|
||||
# define SYS_maxsyscall (SYS_prctl + 1)
|
||||
#endif
|
||||
|
||||
/* Note that the reported number of system calls does *NOT* include the
|
||||
|
Loading…
Reference in New Issue
Block a user