ref: a5640218f8faf8d5e69274f3388c062ebe5fb208
parent: 1ca87510ee21805e62cf3b0518d2e988ae51050f
author: Jacob Moody <moody@posixcafe.org>
date: Wed Sep 20 15:31:37 EDT 2023
libmach: fix dropped header in last commit
--- a/sys/include/mach.h
+++ b/sys/include/mach.h
@@ -320,4 +320,6 @@
int symoff(char*, int, uvlong, int);
void textseg(uvlong, Fhdr*);
int textsym(Symbol*, int);
+void thumbpctab(int, Fhdr*);
+int thumbpclookup(uvlong);
void unusemap(Map*, int);
--
⑨