summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-08-19 00:09:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-19 00:09:27 +0000
commit6a7d154a0dab86c24bdba0d7254400cec8225e1a (patch)
tree277ca1a1981118f680e47df5256ae5f7b5a392e5
parent1aec78b2e6aaf90d45b8e3f9b3d2f07dd9334827 (diff)
parent628a269c99e5070a50d465e376e3008ded83e5f0 (diff)
downloadfio-6a7d154a0dab86c24bdba0d7254400cec8225e1a.tar.gz
Keep external/fio building now we have <sys/shm.h>. am: dc040aef89 am: a53057c79c
am: 628a269c99 Change-Id: I9c5d9298c545aa0db84f23f3a3974837d3ad8026
-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>