aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/nproc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/coreutils/nproc.c b/coreutils/nproc.c
index 5faa57a65..44408b5f5 100644
--- a/coreutils/nproc.c
+++ b/coreutils/nproc.c
@@ -28,9 +28,7 @@
28int nproc_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 28int nproc_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
29int nproc_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) 29int nproc_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
30{ 30{
31#if !ENABLE_PLATFORM_MINGW32 31#if ENABLE_PLATFORM_MINGW32
32 unsigned long mask[1024];
33#else
34 DWORD_PTR affinity, process_affinity, system_affinity; 32 DWORD_PTR affinity, process_affinity, system_affinity;
35#endif 33#endif
36 int count = 0; 34 int count = 0;