X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/70ad1dc8a19d6edd9b97aa81f32cfd65758ae97d..e1ee4b85c2dcd2825b98e4d31d829e56ae31f66a:/libdarwin/internal.h diff --git a/libdarwin/internal.h b/libdarwin/internal.h index 12e64c7..25a29ba 100644 --- a/libdarwin/internal.h +++ b/libdarwin/internal.h @@ -42,6 +42,7 @@ #include #include #include +#include #include #include @@ -57,6 +58,7 @@ #include #include #include +#include #define OS_CRASH_ENABLE_EXPERIMENTAL_LIBTRACE 1 #include @@ -77,10 +79,9 @@ #include #include -#define RDAR_12809455 1 - #include "h/bsd.h" #include "h/cleanup.h" +#include "h/ctl.h" #include "h/err.h" #include "h/errno.h" #include "h/mach_exception.h" @@ -89,19 +90,4 @@ #include "h/stdlib.h" #include "h/string.h" -#if DARWIN_TAPI -// Duplicate declarations to make TAPI happy. This header is included in the -// TAPI build as an extra public header. -API_AVAILABLE(macos(10.14), ios(12.0), tvos(12.0), watchos(5.0)) -OS_EXPORT OS_NONNULL1 -void -os_assert_mach(const char *op, kern_return_t kr); - -API_AVAILABLE(macos(10.14), ios(12.0), tvos(12.0), watchos(5.0)) -OS_EXPORT -void -os_assert_mach_port_status(const char *desc, mach_port_t p, - mach_port_status_t *expected); -#endif - #endif //__DARWIN_INTERNAL_H