summaryrefslogtreecommitdiff
path: root/gnulib/modules/nproc
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/nproc')
m---------gnulib0
-rw-r--r--gnulib/modules/nproc27
2 files changed, 27 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/nproc b/gnulib/modules/nproc
new file mode 100644
index 0000000..8c0e7f2
--- /dev/null
+++ b/gnulib/modules/nproc
@@ -0,0 +1,27 @@
+Description:
+Detect the number of processors
+
+Files:
+lib/nproc.h
+lib/nproc.c
+m4/nproc.m4
+
+Depends-on:
+c-ctype
+extensions
+unistd
+
+configure.ac:
+gl_NPROC
+
+Makefile.am:
+lib_SOURCES += nproc.c
+
+Include:
+"nproc.h"
+
+License:
+LGPL
+
+Maintainer:
+Glen Lenker and Paul Eggert