summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXianyi Zhang <traits.zhang@gmail.com>2011-06-22 01:52:20 +0800
committerXianyi Zhang <traits.zhang@gmail.com>2011-06-22 01:52:20 +0800
commit82f5274828a1c12137651375cff248cbc6ed4160 (patch)
treee6d28eb02f621c99f36ddec8410745b36346a097
parente568df0daee58498cd8f37cde1a1534e1a0698cf (diff)
downloadopenblas-82f5274828a1c12137651375cff248cbc6ed4160.tar.gz
openblas-82f5274828a1c12137651375cff248cbc6ed4160.tar.bz2
openblas-82f5274828a1c12137651375cff248cbc6ed4160.zip
Refs #39. It's unnecessary to include sys/mman.h file in blas_server_omp.c.
-rw-r--r--driver/others/blas_server_omp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/others/blas_server_omp.c b/driver/others/blas_server_omp.c
index 17d886e52..4fd4cd440 100644
--- a/driver/others/blas_server_omp.c
+++ b/driver/others/blas_server_omp.c
@@ -38,7 +38,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include <sys/mman.h>
+//#include <sys/mman.h>
#include "common.h"
#ifndef USE_OPENMP