aboutsummaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-13 13:01:59 -0700
committerChristian Cunningham <cc@localhost>2022-02-13 13:01:59 -0700
commit91f828411617247abde3f0ace64389bb2050f794 (patch)
tree1206eb445ccae6157eecb5c9db3164ca263ade66 /include/globals.h
parenta3b9723b28d24faffab2d0c770cd355939746e63 (diff)
Unhook old mutex handles
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/globals.h b/include/globals.h
index 8aa337c..4304a15 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -10,8 +10,6 @@ extern char* os_name;
extern char* os_info_v;
extern unsigned char kmem_begin[0x2000000];
extern unsigned char kmem_lookup[0xD000];
-extern unsigned long exe_cnt;
-extern struct Mutex exe_cnt_m;
extern unsigned long nextpid;
extern unsigned long stimel;
extern unsigned long stimeh;