aboutsummaryrefslogtreecommitdiff
path: root/lib/se-context.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-07-10 13:40:42 -0700
committerElliott Hughes <enh@google.com>2015-07-10 13:43:13 -0700
commit45df23d6dc8b51ea5cd903d023c10fd7d72415b9 (patch)
treee519be160770e6b20bfe88eb923ea6aa8edb3e58 /lib/se-context.c
parent06d7c2456b4b968f2282fd916456d036ddab4f15 (diff)
downloadsed-45df23d6dc8b51ea5cd903d023c10fd7d72415b9.tar.gz
Downloaded from http://ftp.gnu.org/gnu/sed/ and extracted verbatim. Needed to build Mac GCCs for mips/mips64 --- the BSD sed doesn't supported extended regex alternate syntax \(a\|b\). It will understand sed -E "(a|b)" with the escapes removed, but that's not what's in the configure file. Bug: http://b/22099482 Change-Id: Iec036ab35497a957fe462de1d4fdc326e7df5844
Diffstat (limited to 'lib/se-context.c')
-rw-r--r--lib/se-context.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/se-context.c b/lib/se-context.c
new file mode 100644
index 0000000..2e5aa13
--- /dev/null
+++ b/lib/se-context.c
@@ -0,0 +1,3 @@
+#include <config.h>
+#define SE_CONTEXT_INLINE _GL_EXTERN_INLINE
+#include <selinux/context.h>