aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/sockipxoptions.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-06-07 05:51:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-07 05:51:39 +0000
commita73005485ed682f90ae70b81a4e411768fdc9234 (patch)
tree9544ddde24288411ad4e3c6194ab9d78b604852a /xlat/sockipxoptions.h
parentcab31a8661f484e08161c660a4bd203b509ae65a (diff)
parent827283714cf6f0ff11f3b46a98203cb3c8fd920b (diff)
downloadandroid_external_strace-a73005485ed682f90ae70b81a4e411768fdc9234.tar.gz
android_external_strace-a73005485ed682f90ae70b81a4e411768fdc9234.tar.bz2
android_external_strace-a73005485ed682f90ae70b81a4e411768fdc9234.zip
Merge "Add new generated strace files ignored by xlat/.gitignore."
Diffstat (limited to 'xlat/sockipxoptions.h')
-rw-r--r--xlat/sockipxoptions.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/xlat/sockipxoptions.h b/xlat/sockipxoptions.h
new file mode 100644
index 00000000..6c47170c
--- /dev/null
+++ b/xlat/sockipxoptions.h
@@ -0,0 +1,8 @@
+/* Generated by ./xlat/gen.sh from ./xlat/sockipxoptions.in; do not edit. */
+
+static const struct xlat sockipxoptions[] = {
+#if defined(IPX_TYPE) || (defined(HAVE_DECL_IPX_TYPE) && HAVE_DECL_IPX_TYPE)
+ XLAT(IPX_TYPE),
+#endif
+ XLAT_END
+};