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:
Masayuki Ishikawa 2018-07-25 04:26:12 +00:00 committed by GregoryN
parent a704344595
commit 874bf7835d

View File

@ -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