mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
830c236046
* modules/nproc (License): Change to LGPL, with consent by Glen Lenker and Paul Eggert. Requested by Ludovic Courtès <ludo@gnu.org>.
28 lines
265 B
Plaintext
28 lines
265 B
Plaintext
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
|