1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-02 15:41:25 +03:00
Files
gnulib/modules/nproc
Paul Eggert 4cc93d2296 New modules nproc, pthread.
* 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.
2009-03-25 13:01:24 -07:00

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