From b1503cda1e78cad4dca522ddbb4c69f4c6869bcd Mon Sep 17 00:00:00 2001 From: malc Date: Mon, 22 Dec 2008 20:33:55 +0000 Subject: Use the ARRAY_SIZE() macro where appropriate. Change from v1: Avoid changing the existing coding style in certain files. Signed-off-by: Stuart Brady git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6120 c046a42c-6fe2-441c-8c8c-71466251a162 --- linux-user/strace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-user') 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. -- cgit v1.2.3-55-g7522