aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorHenry Kroll III <henry@comptune.com>2010-04-24 03:28:54 -0700
committerHenry Kroll III <henry@comptune.com>2010-04-24 03:28:54 -0700
commit2ab42855cb2e1501fcc892f3159f9a957b4f538f (patch)
tree2a346a62842cbea0b4a5a8f2247b2ce9c64fc2af /tcc.h
parenta4ed587f6104ce2e8cb75ef9900bf17644f428bf (diff)
downloadtinycc-2ab42855cb2e1501fcc892f3159f9a957b4f538f.tar.gz
tinycc-2ab42855cb2e1501fcc892f3159f9a957b4f538f.tar.bz2
make --with-selinux work with libtcc, too
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h4
1 files changed, 4 insertions, 0 deletions
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;