aboutsummaryrefslogtreecommitdiffstats
path: root/src/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 5a6a963f3..0212695b1 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -4416,7 +4416,7 @@ main (int argc, char **argv)
SIGXFSZ,
#endif
};
- enum { nsigs = ARRAY_CARDINALITY (sig) };
+ enum { nsigs = countof (sig) };
#if SA_NOCLDSTOP
struct sigaction act;