diff options
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/strace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/strace.c b/linux-user/strace.c index 116726c559..b4caffe1b5 100644 --- a/linux-user/strace.c +++ b/linux-user/strace.c @@ -263,7 +263,7 @@ static const struct syscallname scnames[] = { #include "strace.list" }; -static int nsyscalls = sizeof(scnames)/sizeof(struct syscallname); +static int nsyscalls = ARRAY_SIZE(scnames); /* * The public interface to this module. |