summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-08-19 00:12:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-19 00:12:57 +0000
commitb21e8aa76cc9f3563494ca4002f36817cfe95872 (patch)
tree277ca1a1981118f680e47df5256ae5f7b5a392e5
parent1aec78b2e6aaf90d45b8e3f9b3d2f07dd9334827 (diff)
parent6a7d154a0dab86c24bdba0d7254400cec8225e1a (diff)
downloadfio-b21e8aa76cc9f3563494ca4002f36817cfe95872.tar.gz
Keep external/fio building now we have <sys/shm.h>. am: dc040aef89 am: a53057c79c am: 628a269c99
am: 6a7d154a0d Change-Id: Ie976cf7c67c500b2be9b604ca5e4ece2cae448d0
-rw-r--r--os/os-android.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/os-android.h b/os/os-android.h
index 172ad9a0..c0025094 100644
--- a/os/os-android.h
+++ b/os/os-android.h
@@ -61,6 +61,8 @@
#include <linux/shm.h>
#define SHM_HUGETLB 04000
+#define shmid_ds shmid64_ds
+
#include <stdio.h>
#include <linux/ashmem.h>
#include <sys/mman.h>