summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-08-19 00:03:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-19 00:03:31 +0000
commita53057c79c979fa16ee272a7cc7021a067225115 (patch)
tree277ca1a1981118f680e47df5256ae5f7b5a392e5
parent1aec78b2e6aaf90d45b8e3f9b3d2f07dd9334827 (diff)
parentdc040aef89a6dc31272e246d99d117d6157eb727 (diff)
downloadfio-a53057c79c979fa16ee272a7cc7021a067225115.tar.gz
Keep external/fio building now we have <sys/shm.h>.
am: dc040aef89 Change-Id: I01e91198c12afae495ffe9b15823d6a29ac8c469
-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>