Merge pull request #1587 from matthew-brett/fix-compile-error-early-glibc

Revert "take out unused variables"
This commit is contained in:
Martin Kroeker 2018-06-02 10:02:38 +02:00 committed by GitHub
commit 36c4523d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ int get_num_procs(void) {
cpu_set_t *cpusetp;
size_t size;
int ret;
// int i,n;
int i,n;
if (!nums) nums = sysconf(_SC_NPROCESSORS_CONF);
#if !defined(OS_LINUX)