1 parent c42d1d1 commit 961a7e2Copy full SHA for 961a7e2
1 file changed
src/platform/unix/darwin/udarwinio.pas
@@ -20,8 +20,6 @@ interface
20
uMyDarwin, uLog;
21
22
type
23
- natural_t = UInt32;
24
- mach_port_t = natural_t;
25
io_object_t = mach_port_t;
26
io_iterator_t = io_object_t;
27
p_io_iterator_t = ^io_iterator_t;
@@ -30,8 +28,6 @@ interface
30
28
io_registry_entry_t = io_object_t;
31
29
p_io_registry_entry_t = ^io_object_t;
32
33
- kern_return_t = integer;
34
- IOOptionBits = UInt32;
35
io_name_t = array of char;
36
37
function IOServiceGetMatchingServices(
0 commit comments