summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-08-17 16:57:33 -0700
committerElliott Hughes <enh@google.com>2016-08-17 16:58:21 -0700
commitdc040aef89a6dc31272e246d99d117d6157eb727 (patch)
tree37d8aaa6e4bc04bfeb44ee3b94ee5a2cc961a979
parent68c4930db88a1b7fbea0613ffbe08d664f9dd2d5 (diff)
downloadfio-dc040aef89a6dc31272e246d99d117d6157eb727.tar.gz
Keep external/fio building now we have <sys/shm.h>.
Change-Id: I1d1e18aae7f880b1d3cf4fdda7e1c32e4f0e6503
-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>