Skip to content

Commit 34a411a

Browse files
committed
docs(readme): fix typo
1 parent 79cd5b9 commit 34a411a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ After building the **objc scheme**, manually integrate generated `libobjc.A.dyli
6060
| objc-runtime-new.mm | `#include <mach/shared_region.h>` | /xnu-6153.41.3/osfmk/mach/shared_region.h |
6161
| objc-cache.mm | `#include <kern/restartable.h>` | /xnu-6153.41.3/osfmk/mach/restartable.defs, build from xnu kernel |
6262
| objc-os.h | `#include_next <CrashReporterClient.h>` => `#include <CrashReporterClient.h>` | /Libc-825.24/include/CrashReporterClient.h |
63+
| objc-exception.mm | `#include <objc/objc-abi.h>` | removed |
64+
| objc-gdb.h | `#include <objc/maptable.h>` | removed |
6365

6466
#### Private Header Included Header
6567
| private header | #include | tarball |
@@ -69,8 +71,6 @@ After building the **objc scheme**, manually integrate generated `libobjc.A.dyli
6971
| lock_private.h | `#include <pthread/tsd_private.h>` | /libpthread-416.40.3/private/tsd_private.h |
7072
| workqueue_private.h | `#include <pthread/qos_private.h>` | /llibpthread-416.40.3/private/qos_private.h |
7173
| qos_private.h | `#include <sys/qos_private.h>` | /libpthread-416.40.3/sys/qos_private.h |
72-
| objc-exception.mm | `#include <objc/objc-abi.h>` | removed |
73-
| objc-gdb.h | `#include <objc/maptable.h>` | removed |
7474

7575
#### Bridge OS
7676

0 commit comments

Comments
 (0)