summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-10-11 15:56:31 +0300
committerEli Zaretskii <eliz@gnu.org>2021-10-11 15:56:31 +0300
commit1a1b206a8b33dc597fe2153a59fa30baacf1dcc8 (patch)
tree1eb9391ef27fbdbb0fabc83ba3eadd17d1683eb3 /nt
parent7cb463792334d6f59cdfc89165bac2d7783e3913 (diff)
downloademacs-1a1b206a8b33dc597fe2153a59fa30baacf1dcc8.tar.gz
Adapt the recent 'num_processors' change to MS-Windows
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_nproc): Omit nproc. * src/w32.c (num_processors): New function. * src/w32proc.c (Fw32_get_nproc): Remove.
Diffstat (limited to 'nt')
-rw-r--r--nt/gnulib-cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk
index f1f4c4c2790..e9f00e748ea 100644
--- a/nt/gnulib-cfg.mk
+++ b/nt/gnulib-cfg.mk
@@ -73,3 +73,4 @@ OMIT_GNULIB_MODULE_lchmod = true
OMIT_GNULIB_MODULE_futimens = true
OMIT_GNULIB_MODULE_utimensat = true
OMIT_GNULIB_MODULE_file-has-acl = true
+OMIT_GNULIB_MODULE_nproc = true