From 2ab42855cb2e1501fcc892f3159f9a957b4f538f Mon Sep 17 00:00:00 2001 From: Henry Kroll III Date: Sat, 24 Apr 2010 03:28:54 -0700 Subject: make --with-selinux work with libtcc, too --- tcc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 66ac779..7571f3e 100644 --- a/tcc.h +++ b/tcc.h @@ -521,6 +521,10 @@ struct TCCState { /* for tcc_relocate */ int runtime_added; void *runtime_mem; +#ifdef HAVE_SELINUX + void *write_mem; + unsigned long mem_size; +#endif struct InlineFunc **inline_fns; int nb_inline_fns; -- cgit v1.3.1