File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -71,18 +71,16 @@ typedef void (*dispatch_mach_msg_destructor_t)(void*);
71
71
72
72
/*
73
73
* Stub out defines for other missing types
74
- * introduced kevent64_s exactly as kevent. this code does not seem to use the
75
- * flags field that OS-X defines in its kevent64_s structure
76
74
*/
77
75
78
76
struct kevent64_s {
79
- uintptr_t ident ; /* identifier for this event */
77
+ uint64_t ident ; /* identifier for this event */
80
78
int16_t filter ; /* filter for event */
81
79
uint16_t flags ; /* general flags */
82
80
uint32_t fflags ; /* filter-specific flags */
83
- intptr_t data ; /* filter-specific data */
84
- void * udata ; /* opaque user data identifier */
85
- uintptr_t ext [2 ];
81
+ int64_t data ; /* filter-specific data */
82
+ uint64_t udata ; /* opaque user data identifier */
83
+ uint64_t ext [2 ]; /* filter-specific extensions */
86
84
};
87
85
88
86
typedef uint32_t voucher_activity_mode_t ;
You can’t perform that action at this time.
0 commit comments