aboutsummaryrefslogtreecommitdiffstats
path: root/android/include/mqueue.h
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2016-07-08 15:17:49 -0700
committerYuexi Ma <yuexima@google.com>2016-07-15 00:50:44 +0000
commit9fa36755757e7347cecd7257c426b85b09bedb6e (patch)
tree2de0fe6b4a3238ee9a935c6d883e07d54338623e /android/include/mqueue.h
parent075efda7cffefa71db942ac43b29256efe9b56a0 (diff)
downloadplatform_external_ltp-9fa36755757e7347cecd7257c426b85b09bedb6e.tar.gz
platform_external_ltp-9fa36755757e7347cecd7257c426b85b09bedb6e.tar.bz2
platform_external_ltp-9fa36755757e7347cecd7257c426b85b09bedb6e.zip
initial commit for ltp-android-gtest. The Android.mk file is renamed to Android.mk_original to be temporary excluded from compilor.
Change-Id: I9f6b0af0f0a1ca579216a6f045a425ab1864a186
Diffstat (limited to 'android/include/mqueue.h')
-rw-r--r--android/include/mqueue.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/include/mqueue.h b/android/include/mqueue.h
new file mode 100644
index 000000000..e8d3c6317
--- /dev/null
+++ b/android/include/mqueue.h
@@ -0,0 +1,6 @@
+#ifndef __MQUEUE_H
+#define __MQUEUE_H
+
+#include <linux/mqueue.h>
+
+#endif /* __MQUEUE_H */