aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libsbutil/gnulib/glue.h')
-rw-r--r--libsbutil/gnulib/glue.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libsbutil/gnulib/glue.h b/libsbutil/gnulib/glue.h
new file mode 100644
index 0000000..083ab73
--- /dev/null
+++ b/libsbutil/gnulib/glue.h
@@ -0,0 +1,10 @@
+/* gnulib-specific glue logic that normally gnulib macros would set up.
+ *
+ * Copyright 1999-2015 Gentoo Foundation
+ * Licensed under the GPL-2
+ */
+
+#define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
+#define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
+
+#include "gl-inline.h"