mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
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:
committed by
GregoryN
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
|
||||
|
||||
Reference in New Issue
Block a user