Loading...
--- Libc/Libc-1725.40.4/include/libkern/OSThermalNotification.h
+++ Libc/Libc-1353.11.2/include/libkern/OSThermalNotification.h
@@ -24,12 +24,8 @@
#ifndef _OSTHERMALNOTIFICATION_H_
#define _OSTHERMALNOTIFICATION_H_
-#include <_bounds.h>
#include <sys/cdefs.h>
#include <Availability.h>
-#include <TargetConditionals.h>
-
-_LIBC_SINGLE_BY_DEFAULT()
/*
** OSThermalNotification.h
@@ -44,7 +40,7 @@
/* Define pressure levels usable by OSThermalPressureLevel */
typedef enum {
-#if TARGET_OS_OSX || TARGET_OS_MACCATALYST
+#if TARGET_OS_OSX || TARGET_OS_IOSMAC
kOSThermalPressureLevelNominal = 0,
kOSThermalPressureLevelModerate,
kOSThermalPressureLevelHeavy,