Fix link error on Linux/musl.
authorIsaac Dunham <ibid.ag@gmail.com>
Sun, 3 Aug 2014 22:06:30 +0000 (15:06 -0700)
committerIsaac Dunham <ibid.ag@gmail.com>
Sun, 3 Aug 2014 22:06:30 +0000 (15:06 -0700)
commitf7eb81a84676bce20fcf1df3462639d0bc1b28f0
treef2877ffa4a7692967de30ca8a7acac1bdf38123b
parentedc329883c8620bddd83360818b41c6ca9132496
Fix link error on Linux/musl.

get_nprocs() is a GNU convenience function equivalent to POSIX2008
sysconf(_SC_NPROCESSORS_ONLN); the latter should be available in unistd.h
on any current *nix. (OS X supports this call since 10.5, and FreeBSD
currently supports it. But this commit does not change FreeBSD or OS X
versions.)
CONTRIBUTORS.md
driver/others/init.c
driver/others/memory.c