@@ -48,7 +48,7 @@ typedef.OSAsyncReference64.skipped = true
4848struct.OSNotificationHeader64.skipped = true
4949struct.IOServiceInterestContent64.skipped = true
5050
51- # Needs mach_msg_size_t/mach_msg_header_t/mach_timespec_t/task_port_t , which isn't exposed by libc
51+ # Needs mach_msg_size_t/mach_msg_header_t/mach_timespec_t, which isn't exposed by libc
5252typedef.OSAsyncReference.skipped = true
5353struct.OSNotificationHeader.skipped = true
5454fn.IODispatchCalloutFromMessage.skipped = true
@@ -62,11 +62,6 @@ struct.IORPCMessageMach.skipped = true
6262struct.IORPCMessageErrorReturn.skipped = true
6363struct.IORPC.skipped = true
6464fn.IORPCMessageFromMach.skipped = true
65- fn.IOServiceOpen.skipped = true
66- fn.IOConnectMapMemory.skipped = true
67- fn.IOConnectMapMemory64.skipped = true
68- fn.IOConnectUnmapMemory.skipped = true
69- fn.IOConnectUnmapMemory64.skipped = true
7065
7166# Needs libdispatch
7267fn.IONotificationPortSetDispatchQueue.skipped = true
@@ -139,9 +134,6 @@ typedef._evGlobals.skipped = true
139134const.IOSharedLockData.skipped = true
140135const.ev_lock_data_t.skipped = true
141136
142- # Needs `task_port_t` to be available in `libc`
143- fn.IOFramebufferOpen.skipped = true
144-
145137# Unknown ABI
146138typedef.IOPixelEncoding.skipped = true
147139struct.IOPixelInformation.skipped = true
0 commit comments