aboutsummaryrefslogtreecommitdiff
path: root/include/apos/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/builtin.h')
-rw-r--r--include/apos/builtin.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/apos/builtin.h b/include/apos/builtin.h
new file mode 100644
index 0000000..52a3fa2
--- /dev/null
+++ b/include/apos/builtin.h
@@ -0,0 +1,8 @@
+#ifndef APOS_BUILTIN_H
+#define APOS_BUILTIN_H
+
+#ifndef __has_builtin
+#define __has_builtin(x) (0)
+#endif
+
+#endif /* APOS_BUILTIN_H */