@@ -48,7 +48,7 @@ typedef.OSAsyncReference64.skipped = true
48
48
struct.OSNotificationHeader64.skipped = true
49
49
struct.IOServiceInterestContent64.skipped = true
50
50
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
52
52
typedef.OSAsyncReference.skipped = true
53
53
struct.OSNotificationHeader.skipped = true
54
54
fn.IODispatchCalloutFromMessage.skipped = true
@@ -62,11 +62,6 @@ struct.IORPCMessageMach.skipped = true
62
62
struct.IORPCMessageErrorReturn.skipped = true
63
63
struct.IORPC.skipped = true
64
64
fn.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
70
65
71
66
# Needs libdispatch
72
67
fn.IONotificationPortSetDispatchQueue.skipped = true
@@ -139,9 +134,6 @@ typedef._evGlobals.skipped = true
139
134
const.IOSharedLockData.skipped = true
140
135
const.ev_lock_data_t.skipped = true
141
136
142
- # Needs `task_port_t` to be available in `libc`
143
- fn.IOFramebufferOpen.skipped = true
144
-
145
137
# Unknown ABI
146
138
typedef.IOPixelEncoding.skipped = true
147
139
struct.IOPixelInformation.skipped = true
0 commit comments