summaryrefslogtreecommitdiff
path: root/kc/api/kc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kc/api/kc.h')
-rw-r--r--kc/api/kc.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/kc/api/kc.h b/kc/api/kc.h
index c3390b2..b4a6682 100644
--- a/kc/api/kc.h
+++ b/kc/api/kc.h
@@ -1,11 +1,12 @@
#pragma once
-extern char kc_image_base;
-extern char kc_text_begin;
-extern char kc_text_end;
-extern char kc_rodata_begin;
-extern char kc_data_begin;
-extern char kc_data_end;
+extern unsigned char kc_image_base;
+extern unsigned char kc_text_begin;
+extern unsigned char kc_text_end;
+extern unsigned char kc_rodata_begin;
+extern unsigned char kc_data_begin;
+extern unsigned char kc_data_end;
+extern unsigned char kc_image_end;
#define KC_EXPORT __attribute__((visibility("default")))