mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
* MODULES.html.sh: Add pthread, nproc. * lib/nproc.c: New file. * lib/nproc.h: New file. * lib/pthread.in.h: New file. * m4/pthread.m4: New file. * modules/nproc: New file. * modules/pthread: New file.
24 lines
229 B
Plaintext
24 lines
229 B
Plaintext
Description:
|
|
Detect the number of processors
|
|
|
|
Files:
|
|
lib/nproc.h
|
|
lib/nproc.c
|
|
|
|
Depends-on:
|
|
unistd
|
|
|
|
configure.ac:
|
|
AC_LIBOBJ([nproc])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#include "nproc.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Glen Lenker and Paul Eggert
|