Browse Source
Merge pull request #1587 from matthew-brett/fix-compile-error-early-glibc
Revert "take out unused variables"
tags/v0.3.1
Martin Kroeker
GitHub
7 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
driver/others/memory.c
|
|
|
@@ -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) |
|
|
|
|