X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/507116e319a1470bb0a5040d4d23e5c76955ef97..refs/heads/master:/libdarwin/internal.h?ds=sidebyside diff --git a/libdarwin/internal.h b/libdarwin/internal.h index a16d866..78a38db 100644 --- a/libdarwin/internal.h +++ b/libdarwin/internal.h @@ -78,6 +78,7 @@ #include #include #include +#include #include "h/bsd.h" #include "h/cleanup.h" @@ -90,22 +91,4 @@ #include "h/stdlib.h" #include "h/string.h" -#if DARWIN_TAPI -#undef os_assert_mach -#undef os_assert_mach_port_status - -// 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