1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
Bruno Haible 830c236046 nproc: Relax license.
* modules/nproc (License): Change to LGPL, with consent by Glen Lenker
and Paul Eggert.
Requested by Ludovic Courtès <ludo@gnu.org>.
2010-12-04 11:24:50 +01:00

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