ffi 1.11.1-x64-mingw32 → 1.11.2-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{appveyor.yml → .appveyor.yml} +1 -1
- data/.gitmodules +2 -2
- data/CHANGELOG.md +16 -0
- data/Rakefile +1 -0
- data/ffi.gemspec +1 -1
- data/lib/ffi/library.rb +5 -5
- data/lib/ffi/platform.rb +4 -1
- data/lib/ffi/platform/aarch64-freebsd/types.conf +89 -89
- data/lib/ffi/platform/aarch64-freebsd12/types.conf +89 -89
- data/lib/ffi/platform/aarch64-linux/types.conf +81 -81
- data/lib/ffi/platform/arm-freebsd/types.conf +87 -87
- data/lib/ffi/platform/arm-freebsd12/types.conf +87 -87
- data/lib/ffi/platform/arm-linux/types.conf +79 -79
- data/lib/ffi/platform/i386-cygwin/types.conf +1 -1
- data/lib/ffi/platform/i386-darwin/types.conf +63 -63
- data/lib/ffi/platform/i386-freebsd/types.conf +87 -87
- data/lib/ffi/platform/i386-freebsd12/types.conf +87 -87
- data/lib/ffi/platform/i386-gnu/types.conf +84 -84
- data/lib/ffi/platform/i386-linux/types.conf +77 -77
- data/lib/ffi/platform/i386-netbsd/types.conf +87 -87
- data/lib/ffi/platform/i386-openbsd/types.conf +89 -89
- data/lib/ffi/platform/i386-solaris/types.conf +96 -96
- data/lib/ffi/platform/i386-windows/types.conf +84 -84
- data/lib/ffi/platform/ia64-linux/types.conf +79 -79
- data/lib/ffi/platform/mips-linux/types.conf +79 -79
- data/lib/ffi/platform/mips64-linux/types.conf +81 -81
- data/lib/ffi/platform/mips64el-linux/types.conf +81 -81
- data/lib/ffi/platform/mipsel-linux/types.conf +79 -79
- data/lib/ffi/platform/mipsisa32r6-linux/types.conf +79 -79
- data/lib/ffi/platform/mipsisa32r6el-linux/types.conf +79 -79
- data/lib/ffi/platform/mipsisa64r6-linux/types.conf +81 -81
- data/lib/ffi/platform/mipsisa64r6el-linux/types.conf +81 -81
- data/lib/ffi/platform/powerpc-aix/types.conf +155 -155
- data/lib/ffi/platform/powerpc-darwin/types.conf +63 -63
- data/lib/ffi/platform/powerpc-linux/types.conf +77 -77
- data/lib/ffi/platform/powerpc64-linux/types.conf +81 -81
- data/lib/ffi/platform/s390-linux/types.conf +79 -79
- data/lib/ffi/platform/s390x-linux/types.conf +79 -79
- data/lib/ffi/platform/sparc-linux/types.conf +79 -79
- data/lib/ffi/platform/sparc-solaris/types.conf +103 -103
- data/lib/ffi/platform/sparc64-linux/types.conf +79 -79
- data/lib/ffi/platform/sparcv9-solaris/types.conf +103 -103
- data/lib/ffi/platform/x86_64-cygwin/types.conf +1 -1
- data/lib/ffi/platform/x86_64-darwin/types.conf +84 -84
- data/lib/ffi/platform/x86_64-dragonflybsd/types.conf +148 -0
- data/lib/ffi/platform/x86_64-freebsd/types.conf +89 -89
- data/lib/ffi/platform/x86_64-freebsd12/types.conf +139 -109
- data/lib/ffi/platform/x86_64-linux/types.conf +86 -77
- data/lib/ffi/platform/x86_64-netbsd/types.conf +89 -89
- data/lib/ffi/platform/x86_64-openbsd/types.conf +86 -86
- data/lib/ffi/platform/x86_64-solaris/types.conf +96 -96
- data/lib/ffi/platform/x86_64-windows/types.conf +99 -99
- data/lib/ffi/tools/types_generator.rb +5 -4
- data/lib/ffi/version.rb +1 -1
- metadata +5 -4
@@ -1,104 +1,104 @@
|
|
1
|
-
rbx.platform.typedef
|
2
|
-
rbx.platform.typedef
|
3
|
-
rbx.platform.typedef.
|
4
|
-
rbx.platform.typedef.
|
5
|
-
rbx.platform.typedef.
|
6
|
-
rbx.platform.typedef.
|
7
|
-
rbx.platform.typedef.
|
8
|
-
rbx.platform.typedef.
|
9
|
-
rbx.platform.typedef.__int32_t = int
|
10
|
-
rbx.platform.typedef.__uint32_t = uint
|
11
|
-
rbx.platform.typedef.__int64_t = long_long
|
12
|
-
rbx.platform.typedef.__uint64_t = ulong_long
|
13
|
-
rbx.platform.typedef.__quad_t = long_long
|
14
|
-
rbx.platform.typedef.__u_quad_t = ulong_long
|
1
|
+
rbx.platform.typedef.*__caddr_t = char
|
2
|
+
rbx.platform.typedef.*__qaddr_t = long_long
|
3
|
+
rbx.platform.typedef.__blkcnt64_t = long_long
|
4
|
+
rbx.platform.typedef.__blkcnt_t = long
|
5
|
+
rbx.platform.typedef.__blksize_t = long
|
6
|
+
rbx.platform.typedef.__clock_t = long
|
7
|
+
rbx.platform.typedef.__clockid_t = int
|
8
|
+
rbx.platform.typedef.__daddr_t = int
|
15
9
|
rbx.platform.typedef.__dev_t = ulong_long
|
16
|
-
rbx.platform.typedef.
|
10
|
+
rbx.platform.typedef.__fd_mask = long
|
11
|
+
rbx.platform.typedef.__fsblkcnt64_t = ulong_long
|
12
|
+
rbx.platform.typedef.__fsblkcnt_t = ulong
|
13
|
+
rbx.platform.typedef.__fsfilcnt64_t = ulong_long
|
14
|
+
rbx.platform.typedef.__fsfilcnt_t = ulong
|
17
15
|
rbx.platform.typedef.__gid_t = uint
|
16
|
+
rbx.platform.typedef.__id_t = uint
|
18
17
|
rbx.platform.typedef.__in_addr_t = uint
|
19
18
|
rbx.platform.typedef.__in_port_t = ushort
|
20
|
-
rbx.platform.typedef.__ino_t = ulong
|
21
19
|
rbx.platform.typedef.__ino64_t = ulong_long
|
20
|
+
rbx.platform.typedef.__ino_t = ulong
|
21
|
+
rbx.platform.typedef.__int16_t = short
|
22
|
+
rbx.platform.typedef.__int32_t = int
|
23
|
+
rbx.platform.typedef.__int64_t = long_long
|
24
|
+
rbx.platform.typedef.__int8_t = char
|
25
|
+
rbx.platform.typedef.__intptr_t = int
|
26
|
+
rbx.platform.typedef.__key_t = int
|
27
|
+
rbx.platform.typedef.__loff_t = long_long
|
22
28
|
rbx.platform.typedef.__mode_t = uint
|
23
29
|
rbx.platform.typedef.__nlink_t = uint
|
24
|
-
rbx.platform.typedef.__off_t = long
|
25
30
|
rbx.platform.typedef.__off64_t = long_long
|
31
|
+
rbx.platform.typedef.__off_t = long
|
26
32
|
rbx.platform.typedef.__pid_t = int
|
27
|
-
rbx.platform.typedef.
|
28
|
-
rbx.platform.typedef.
|
33
|
+
rbx.platform.typedef.__priority_which_t = int
|
34
|
+
rbx.platform.typedef.__quad_t = long_long
|
29
35
|
rbx.platform.typedef.__rlim64_t = ulong_long
|
30
|
-
rbx.platform.typedef.
|
31
|
-
rbx.platform.typedef.
|
32
|
-
rbx.platform.typedef.
|
36
|
+
rbx.platform.typedef.__rlim_t = ulong
|
37
|
+
rbx.platform.typedef.__rlimit_resource_t = int
|
38
|
+
rbx.platform.typedef.__rusage_who_t = int
|
39
|
+
rbx.platform.typedef.__sig_atomic_t = int
|
40
|
+
rbx.platform.typedef.__socklen_t = uint
|
41
|
+
rbx.platform.typedef.__ssize_t = int
|
33
42
|
rbx.platform.typedef.__suseconds_t = long
|
34
|
-
rbx.platform.typedef.__daddr_t = int
|
35
43
|
rbx.platform.typedef.__swblk_t = long
|
36
|
-
rbx.platform.typedef.
|
37
|
-
rbx.platform.typedef.__clockid_t = int
|
44
|
+
rbx.platform.typedef.__time_t = long
|
38
45
|
rbx.platform.typedef.__timer_t = pointer
|
39
|
-
rbx.platform.typedef.
|
40
|
-
rbx.platform.typedef.
|
41
|
-
rbx.platform.typedef.
|
42
|
-
rbx.platform.typedef.
|
43
|
-
rbx.platform.typedef.
|
44
|
-
rbx.platform.typedef.
|
45
|
-
rbx.platform.typedef.
|
46
|
-
rbx.platform.typedef.
|
47
|
-
rbx.platform.typedef.
|
48
|
-
rbx.platform.typedef
|
49
|
-
rbx.platform.typedef
|
50
|
-
rbx.platform.typedef.
|
51
|
-
rbx.platform.typedef.
|
52
|
-
rbx.platform.typedef.
|
53
|
-
rbx.platform.typedef.
|
54
|
-
rbx.platform.typedef.
|
55
|
-
rbx.platform.typedef.u_long = ulong
|
56
|
-
rbx.platform.typedef.quad_t = long_long
|
57
|
-
rbx.platform.typedef.u_quad_t = ulong_long
|
58
|
-
rbx.platform.typedef.loff_t = long_long
|
59
|
-
rbx.platform.typedef.ino_t = ulong_long
|
46
|
+
rbx.platform.typedef.__u_char = uchar
|
47
|
+
rbx.platform.typedef.__u_int = uint
|
48
|
+
rbx.platform.typedef.__u_long = ulong
|
49
|
+
rbx.platform.typedef.__u_quad_t = ulong_long
|
50
|
+
rbx.platform.typedef.__u_short = ushort
|
51
|
+
rbx.platform.typedef.__uid_t = uint
|
52
|
+
rbx.platform.typedef.__uint16_t = ushort
|
53
|
+
rbx.platform.typedef.__uint32_t = uint
|
54
|
+
rbx.platform.typedef.__uint64_t = ulong_long
|
55
|
+
rbx.platform.typedef.__uint8_t = uchar
|
56
|
+
rbx.platform.typedef.__useconds_t = uint
|
57
|
+
rbx.platform.typedef.blkcnt_t = long_long
|
58
|
+
rbx.platform.typedef.blksize_t = long
|
59
|
+
rbx.platform.typedef.clock_t = long
|
60
|
+
rbx.platform.typedef.clockid_t = int
|
61
|
+
rbx.platform.typedef.daddr_t = int
|
60
62
|
rbx.platform.typedef.dev_t = ulong_long
|
63
|
+
rbx.platform.typedef.fd_mask = long
|
64
|
+
rbx.platform.typedef.fsblkcnt_t = ulong_long
|
65
|
+
rbx.platform.typedef.fsfilcnt_t = ulong_long
|
61
66
|
rbx.platform.typedef.gid_t = uint
|
67
|
+
rbx.platform.typedef.id_t = uint
|
68
|
+
rbx.platform.typedef.ino_t = ulong_long
|
69
|
+
rbx.platform.typedef.int16_t = short
|
70
|
+
rbx.platform.typedef.int32_t = int
|
71
|
+
rbx.platform.typedef.int64_t = long_long
|
72
|
+
rbx.platform.typedef.int8_t = char
|
73
|
+
rbx.platform.typedef.key_t = int
|
74
|
+
rbx.platform.typedef.loff_t = long_long
|
62
75
|
rbx.platform.typedef.mode_t = uint
|
63
76
|
rbx.platform.typedef.nlink_t = uint
|
64
|
-
rbx.platform.typedef.uid_t = uint
|
65
77
|
rbx.platform.typedef.off_t = long_long
|
66
78
|
rbx.platform.typedef.pid_t = int
|
67
|
-
rbx.platform.typedef.
|
79
|
+
rbx.platform.typedef.pthread_key_t = uint
|
80
|
+
rbx.platform.typedef.pthread_once_t = int
|
81
|
+
rbx.platform.typedef.pthread_t = ulong
|
82
|
+
rbx.platform.typedef.quad_t = long_long
|
83
|
+
rbx.platform.typedef.register_t = long
|
84
|
+
rbx.platform.typedef.rlim_t = ulong_long
|
85
|
+
rbx.platform.typedef.sa_family_t = ushort
|
86
|
+
rbx.platform.typedef.size_t = uint
|
87
|
+
rbx.platform.typedef.socklen_t = uint
|
68
88
|
rbx.platform.typedef.ssize_t = int
|
69
|
-
rbx.platform.typedef.
|
70
|
-
rbx.platform.typedef.key_t = int
|
71
|
-
rbx.platform.typedef.clock_t = long
|
89
|
+
rbx.platform.typedef.suseconds_t = long
|
72
90
|
rbx.platform.typedef.time_t = long
|
73
|
-
rbx.platform.typedef.clockid_t = int
|
74
91
|
rbx.platform.typedef.timer_t = pointer
|
75
|
-
rbx.platform.typedef.
|
76
|
-
rbx.platform.typedef.
|
77
|
-
rbx.platform.typedef.ushort = ushort
|
78
|
-
rbx.platform.typedef.uint = uint
|
79
|
-
rbx.platform.typedef.int8_t = char
|
80
|
-
rbx.platform.typedef.int16_t = short
|
81
|
-
rbx.platform.typedef.int32_t = int
|
82
|
-
rbx.platform.typedef.int64_t = long_long
|
83
|
-
rbx.platform.typedef.u_int8_t = uchar
|
92
|
+
rbx.platform.typedef.u_char = uchar
|
93
|
+
rbx.platform.typedef.u_int = uint
|
84
94
|
rbx.platform.typedef.u_int16_t = ushort
|
85
95
|
rbx.platform.typedef.u_int32_t = uint
|
86
96
|
rbx.platform.typedef.u_int64_t = ulong_long
|
87
|
-
rbx.platform.typedef.
|
88
|
-
rbx.platform.typedef.
|
89
|
-
rbx.platform.typedef.
|
90
|
-
rbx.platform.typedef.
|
91
|
-
rbx.platform.typedef.
|
92
|
-
rbx.platform.typedef.
|
93
|
-
rbx.platform.typedef.
|
94
|
-
rbx.platform.typedef.
|
95
|
-
rbx.platform.typedef.fsfilcnt_t = ulong_long
|
96
|
-
rbx.platform.typedef.pthread_t = ulong
|
97
|
-
rbx.platform.typedef.pthread_key_t = uint
|
98
|
-
rbx.platform.typedef.pthread_once_t = int
|
99
|
-
rbx.platform.typedef.socklen_t = uint
|
100
|
-
rbx.platform.typedef.sa_family_t = ushort
|
101
|
-
rbx.platform.typedef.rlim_t = ulong_long
|
102
|
-
rbx.platform.typedef.__rlimit_resource_t = int
|
103
|
-
rbx.platform.typedef.__rusage_who_t = int
|
104
|
-
rbx.platform.typedef.__priority_which_t = int
|
97
|
+
rbx.platform.typedef.u_int8_t = uchar
|
98
|
+
rbx.platform.typedef.u_long = ulong
|
99
|
+
rbx.platform.typedef.u_quad_t = ulong_long
|
100
|
+
rbx.platform.typedef.u_short = ushort
|
101
|
+
rbx.platform.typedef.uid_t = uint
|
102
|
+
rbx.platform.typedef.uint = uint
|
103
|
+
rbx.platform.typedef.ulong = ulong
|
104
|
+
rbx.platform.typedef.ushort = ushort
|
@@ -1,43 +1,7 @@
|
|
1
|
-
rbx.platform.typedef.__int8_t = char
|
2
|
-
rbx.platform.typedef.__uint8_t = uchar
|
3
|
-
rbx.platform.typedef.__int16_t = short
|
4
|
-
rbx.platform.typedef.__uint16_t = ushort
|
5
|
-
rbx.platform.typedef.__int32_t = int
|
6
|
-
rbx.platform.typedef.__uint32_t = uint
|
7
|
-
rbx.platform.typedef.__int64_t = long_long
|
8
|
-
rbx.platform.typedef.__uint64_t = ulong_long
|
9
|
-
rbx.platform.typedef.__darwin_intptr_t = long
|
10
|
-
rbx.platform.typedef.__darwin_natural_t = uint
|
11
|
-
rbx.platform.typedef.__darwin_ct_rune_t = int
|
12
|
-
rbx.platform.typedef.__darwin_ptrdiff_t = int
|
13
|
-
rbx.platform.typedef.__darwin_size_t = ulong
|
14
|
-
rbx.platform.typedef.__darwin_wchar_t = int
|
15
|
-
rbx.platform.typedef.__darwin_rune_t = int
|
16
|
-
rbx.platform.typedef.__darwin_wint_t = int
|
17
|
-
rbx.platform.typedef.__darwin_clock_t = ulong
|
18
|
-
rbx.platform.typedef.__darwin_socklen_t = uint
|
19
|
-
rbx.platform.typedef.__darwin_ssize_t = long
|
20
|
-
rbx.platform.typedef.__darwin_time_t = long
|
21
|
-
rbx.platform.typedef.int8_t = char
|
22
|
-
rbx.platform.typedef.u_int8_t = uchar
|
23
|
-
rbx.platform.typedef.int16_t = short
|
24
|
-
rbx.platform.typedef.u_int16_t = ushort
|
25
|
-
rbx.platform.typedef.int32_t = int
|
26
|
-
rbx.platform.typedef.u_int32_t = uint
|
27
|
-
rbx.platform.typedef.int64_t = long_long
|
28
|
-
rbx.platform.typedef.u_int64_t = ulong_long
|
29
|
-
rbx.platform.typedef.register_t = int
|
30
|
-
rbx.platform.typedef.intptr_t = long
|
31
|
-
rbx.platform.typedef.uintptr_t = ulong
|
32
|
-
rbx.platform.typedef.user_addr_t = ulong_long
|
33
|
-
rbx.platform.typedef.user_size_t = ulong_long
|
34
|
-
rbx.platform.typedef.user_ssize_t = long_long
|
35
|
-
rbx.platform.typedef.user_long_t = long_long
|
36
|
-
rbx.platform.typedef.user_ulong_t = ulong_long
|
37
|
-
rbx.platform.typedef.user_time_t = long_long
|
38
|
-
rbx.platform.typedef.syscall_arg_t = ulong_long
|
39
1
|
rbx.platform.typedef.__darwin_blkcnt_t = long_long
|
40
2
|
rbx.platform.typedef.__darwin_blksize_t = int
|
3
|
+
rbx.platform.typedef.__darwin_clock_t = ulong
|
4
|
+
rbx.platform.typedef.__darwin_ct_rune_t = int
|
41
5
|
rbx.platform.typedef.__darwin_dev_t = int
|
42
6
|
rbx.platform.typedef.__darwin_fsblkcnt_t = uint
|
43
7
|
rbx.platform.typedef.__darwin_fsfilcnt_t = uint
|
@@ -45,56 +9,92 @@ rbx.platform.typedef.__darwin_gid_t = uint
|
|
45
9
|
rbx.platform.typedef.__darwin_id_t = uint
|
46
10
|
rbx.platform.typedef.__darwin_ino64_t = ulong_long
|
47
11
|
rbx.platform.typedef.__darwin_ino_t = ulong_long
|
12
|
+
rbx.platform.typedef.__darwin_intptr_t = long
|
48
13
|
rbx.platform.typedef.__darwin_mach_port_name_t = uint
|
49
14
|
rbx.platform.typedef.__darwin_mach_port_t = uint
|
50
15
|
rbx.platform.typedef.__darwin_mode_t = ushort
|
16
|
+
rbx.platform.typedef.__darwin_natural_t = uint
|
51
17
|
rbx.platform.typedef.__darwin_off_t = long_long
|
52
18
|
rbx.platform.typedef.__darwin_pid_t = int
|
53
19
|
rbx.platform.typedef.__darwin_pthread_key_t = ulong
|
20
|
+
rbx.platform.typedef.__darwin_ptrdiff_t = int
|
21
|
+
rbx.platform.typedef.__darwin_rune_t = int
|
54
22
|
rbx.platform.typedef.__darwin_sigset_t = uint
|
23
|
+
rbx.platform.typedef.__darwin_size_t = ulong
|
24
|
+
rbx.platform.typedef.__darwin_socklen_t = uint
|
25
|
+
rbx.platform.typedef.__darwin_ssize_t = long
|
55
26
|
rbx.platform.typedef.__darwin_suseconds_t = int
|
27
|
+
rbx.platform.typedef.__darwin_time_t = long
|
56
28
|
rbx.platform.typedef.__darwin_uid_t = uint
|
57
29
|
rbx.platform.typedef.__darwin_useconds_t = uint
|
58
30
|
rbx.platform.typedef.__darwin_uuid_t[16] = uchar
|
59
|
-
rbx.platform.typedef.
|
60
|
-
rbx.platform.typedef.
|
61
|
-
rbx.platform.typedef.
|
62
|
-
rbx.platform.typedef.
|
63
|
-
rbx.platform.typedef.
|
64
|
-
rbx.platform.typedef.
|
65
|
-
rbx.platform.typedef.
|
66
|
-
rbx.platform.typedef.
|
67
|
-
rbx.platform.typedef.
|
31
|
+
rbx.platform.typedef.__darwin_wchar_t = int
|
32
|
+
rbx.platform.typedef.__darwin_wint_t = int
|
33
|
+
rbx.platform.typedef.__int16_t = short
|
34
|
+
rbx.platform.typedef.__int32_t = int
|
35
|
+
rbx.platform.typedef.__int64_t = long_long
|
36
|
+
rbx.platform.typedef.__int8_t = char
|
37
|
+
rbx.platform.typedef.__uint16_t = ushort
|
38
|
+
rbx.platform.typedef.__uint32_t = uint
|
39
|
+
rbx.platform.typedef.__uint64_t = ulong_long
|
40
|
+
rbx.platform.typedef.__uint8_t = uchar
|
41
|
+
rbx.platform.typedef.blkcnt_t = long_long
|
42
|
+
rbx.platform.typedef.blksize_t = int
|
68
43
|
rbx.platform.typedef.caddr_t = string
|
44
|
+
rbx.platform.typedef.clock_t = ulong
|
69
45
|
rbx.platform.typedef.daddr_t = int
|
70
46
|
rbx.platform.typedef.dev_t = int
|
47
|
+
rbx.platform.typedef.fd_mask = int
|
71
48
|
rbx.platform.typedef.fixpt_t = uint
|
72
|
-
rbx.platform.typedef.
|
73
|
-
rbx.platform.typedef.
|
49
|
+
rbx.platform.typedef.fsblkcnt_t = uint
|
50
|
+
rbx.platform.typedef.fsfilcnt_t = uint
|
74
51
|
rbx.platform.typedef.gid_t = uint
|
52
|
+
rbx.platform.typedef.id_t = uint
|
75
53
|
rbx.platform.typedef.in_addr_t = uint
|
76
54
|
rbx.platform.typedef.in_port_t = ushort
|
77
|
-
rbx.platform.typedef.ino_t = ulong_long
|
78
55
|
rbx.platform.typedef.ino64_t = ulong_long
|
56
|
+
rbx.platform.typedef.ino_t = ulong_long
|
57
|
+
rbx.platform.typedef.int16_t = short
|
58
|
+
rbx.platform.typedef.int32_t = int
|
59
|
+
rbx.platform.typedef.int64_t = long_long
|
60
|
+
rbx.platform.typedef.int8_t = char
|
61
|
+
rbx.platform.typedef.intptr_t = long
|
79
62
|
rbx.platform.typedef.key_t = int
|
80
63
|
rbx.platform.typedef.mode_t = ushort
|
81
64
|
rbx.platform.typedef.nlink_t = ushort
|
82
|
-
rbx.platform.typedef.id_t = uint
|
83
|
-
rbx.platform.typedef.pid_t = int
|
84
65
|
rbx.platform.typedef.off_t = long_long
|
66
|
+
rbx.platform.typedef.pid_t = int
|
67
|
+
rbx.platform.typedef.pthread_key_t = ulong
|
68
|
+
rbx.platform.typedef.qaddr_t = pointer
|
69
|
+
rbx.platform.typedef.quad_t = long_long
|
70
|
+
rbx.platform.typedef.register_t = int
|
71
|
+
rbx.platform.typedef.rlim_t = ulong_long
|
72
|
+
rbx.platform.typedef.sa_family_t = uchar
|
85
73
|
rbx.platform.typedef.segsz_t = int
|
86
|
-
rbx.platform.typedef.swblk_t = int
|
87
|
-
rbx.platform.typedef.uid_t = uint
|
88
|
-
rbx.platform.typedef.clock_t = ulong
|
89
74
|
rbx.platform.typedef.size_t = ulong
|
75
|
+
rbx.platform.typedef.socklen_t = uint
|
90
76
|
rbx.platform.typedef.ssize_t = long
|
77
|
+
rbx.platform.typedef.suseconds_t = int
|
78
|
+
rbx.platform.typedef.swblk_t = int
|
79
|
+
rbx.platform.typedef.syscall_arg_t = ulong_long
|
91
80
|
rbx.platform.typedef.time_t = long
|
81
|
+
rbx.platform.typedef.u_char = uchar
|
82
|
+
rbx.platform.typedef.u_int = uint
|
83
|
+
rbx.platform.typedef.u_int16_t = ushort
|
84
|
+
rbx.platform.typedef.u_int32_t = uint
|
85
|
+
rbx.platform.typedef.u_int64_t = ulong_long
|
86
|
+
rbx.platform.typedef.u_int8_t = uchar
|
87
|
+
rbx.platform.typedef.u_long = ulong
|
88
|
+
rbx.platform.typedef.u_quad_t = ulong_long
|
89
|
+
rbx.platform.typedef.u_short = ushort
|
90
|
+
rbx.platform.typedef.uid_t = uint
|
91
|
+
rbx.platform.typedef.uint = uint
|
92
|
+
rbx.platform.typedef.uintptr_t = ulong
|
92
93
|
rbx.platform.typedef.useconds_t = uint
|
93
|
-
rbx.platform.typedef.
|
94
|
-
rbx.platform.typedef.
|
95
|
-
rbx.platform.typedef.
|
96
|
-
rbx.platform.typedef.
|
97
|
-
rbx.platform.typedef.
|
98
|
-
rbx.platform.typedef.
|
99
|
-
rbx.platform.typedef.
|
100
|
-
rbx.platform.typedef.rlim_t = ulong_long
|
94
|
+
rbx.platform.typedef.user_addr_t = ulong_long
|
95
|
+
rbx.platform.typedef.user_long_t = long_long
|
96
|
+
rbx.platform.typedef.user_size_t = ulong_long
|
97
|
+
rbx.platform.typedef.user_ssize_t = long_long
|
98
|
+
rbx.platform.typedef.user_time_t = long_long
|
99
|
+
rbx.platform.typedef.user_ulong_t = ulong_long
|
100
|
+
rbx.platform.typedef.ushort = ushort
|
@@ -1,152 +1,152 @@
|
|
1
|
-
|
2
|
-
rbx.platform.typedef
|
3
|
-
rbx.platform.typedef.
|
4
|
-
rbx.platform.typedef.
|
5
|
-
rbx.platform.typedef.
|
6
|
-
rbx.platform.typedef.__uint32_t = uint
|
7
|
-
rbx.platform.typedef.__int64_t = long_long
|
8
|
-
rbx.platform.typedef.__uint64_t = ulong_long
|
1
|
+
|
2
|
+
rbx.platform.typedef.*) = pointer
|
3
|
+
rbx.platform.typedef.__accmode_t = int
|
4
|
+
rbx.platform.typedef.__blkcnt_t = long_long
|
5
|
+
rbx.platform.typedef.__blksize_t = uint
|
9
6
|
rbx.platform.typedef.__clock_t = ulong
|
7
|
+
rbx.platform.typedef.__clockid_t = int
|
8
|
+
rbx.platform.typedef.__cpulevel_t = int
|
10
9
|
rbx.platform.typedef.__cpumask_t = uint
|
10
|
+
rbx.platform.typedef.__cpusetid_t = int
|
11
|
+
rbx.platform.typedef.__cpuwhich_t = int
|
11
12
|
rbx.platform.typedef.__critical_t = int
|
12
|
-
rbx.platform.typedef.
|
13
|
-
rbx.platform.typedef.
|
14
|
-
rbx.platform.typedef.
|
15
|
-
rbx.platform.typedef.
|
13
|
+
rbx.platform.typedef.__ct_rune_t = int
|
14
|
+
rbx.platform.typedef.__dev_t = uint
|
15
|
+
rbx.platform.typedef.__fd_mask = ulong
|
16
|
+
rbx.platform.typedef.__fflags_t = uint
|
17
|
+
rbx.platform.typedef.__fixpt_t = uint
|
18
|
+
rbx.platform.typedef.__fsblkcnt_t = ulong_long
|
19
|
+
rbx.platform.typedef.__fsfilcnt_t = ulong_long
|
20
|
+
rbx.platform.typedef.__gid_t = uint
|
21
|
+
rbx.platform.typedef.__id_t = long_long
|
22
|
+
rbx.platform.typedef.__ino_t = uint
|
23
|
+
rbx.platform.typedef.__int16_t = short
|
24
|
+
rbx.platform.typedef.__int32_t = int
|
25
|
+
rbx.platform.typedef.__int64_t = long_long
|
26
|
+
rbx.platform.typedef.__int8_t = char
|
16
27
|
rbx.platform.typedef.__int_fast16_t = int
|
17
28
|
rbx.platform.typedef.__int_fast32_t = int
|
18
29
|
rbx.platform.typedef.__int_fast64_t = long_long
|
19
|
-
rbx.platform.typedef.
|
30
|
+
rbx.platform.typedef.__int_fast8_t = int
|
20
31
|
rbx.platform.typedef.__int_least16_t = short
|
21
32
|
rbx.platform.typedef.__int_least32_t = int
|
22
33
|
rbx.platform.typedef.__int_least64_t = long_long
|
34
|
+
rbx.platform.typedef.__int_least8_t = char
|
35
|
+
rbx.platform.typedef.__intfptr_t = int
|
36
|
+
rbx.platform.typedef.__intmax_t = long_long
|
37
|
+
rbx.platform.typedef.__intptr_t = int
|
38
|
+
rbx.platform.typedef.__key_t = long
|
39
|
+
rbx.platform.typedef.__lwpid_t = int
|
40
|
+
rbx.platform.typedef.__mode_t = ushort
|
41
|
+
rbx.platform.typedef.__nl_item = int
|
42
|
+
rbx.platform.typedef.__nlink_t = ushort
|
43
|
+
rbx.platform.typedef.__off_t = long_long
|
44
|
+
rbx.platform.typedef.__pid_t = int
|
23
45
|
rbx.platform.typedef.__ptrdiff_t = int
|
24
46
|
rbx.platform.typedef.__register_t = int
|
47
|
+
rbx.platform.typedef.__rlim_t = long_long
|
48
|
+
rbx.platform.typedef.__rune_t = int
|
49
|
+
rbx.platform.typedef.__sa_family_t = uchar
|
25
50
|
rbx.platform.typedef.__segsz_t = int
|
26
51
|
rbx.platform.typedef.__size_t = uint
|
52
|
+
rbx.platform.typedef.__socklen_t = uint
|
27
53
|
rbx.platform.typedef.__ssize_t = int
|
54
|
+
rbx.platform.typedef.__suseconds_t = long
|
28
55
|
rbx.platform.typedef.__time_t = long
|
29
|
-
rbx.platform.typedef.
|
30
|
-
rbx.platform.typedef.
|
31
|
-
rbx.platform.typedef.
|
32
|
-
rbx.platform.typedef.
|
56
|
+
rbx.platform.typedef.__u_register_t = uint
|
57
|
+
rbx.platform.typedef.__uid_t = uint
|
58
|
+
rbx.platform.typedef.__uint16_t = ushort
|
59
|
+
rbx.platform.typedef.__uint32_t = uint
|
60
|
+
rbx.platform.typedef.__uint64_t = ulong_long
|
61
|
+
rbx.platform.typedef.__uint8_t = uchar
|
33
62
|
rbx.platform.typedef.__uint_fast16_t = uint
|
34
63
|
rbx.platform.typedef.__uint_fast32_t = uint
|
35
64
|
rbx.platform.typedef.__uint_fast64_t = ulong_long
|
36
|
-
rbx.platform.typedef.
|
65
|
+
rbx.platform.typedef.__uint_fast8_t = uint
|
37
66
|
rbx.platform.typedef.__uint_least16_t = ushort
|
38
67
|
rbx.platform.typedef.__uint_least32_t = uint
|
39
68
|
rbx.platform.typedef.__uint_least64_t = ulong_long
|
40
|
-
rbx.platform.typedef.
|
69
|
+
rbx.platform.typedef.__uint_least8_t = uchar
|
70
|
+
rbx.platform.typedef.__uintfptr_t = uint
|
71
|
+
rbx.platform.typedef.__uintmax_t = ulong_long
|
72
|
+
rbx.platform.typedef.__uintptr_t = uint
|
73
|
+
rbx.platform.typedef.__useconds_t = uint
|
41
74
|
rbx.platform.typedef.__vm_offset_t = uint
|
42
75
|
rbx.platform.typedef.__vm_ooffset_t = long_long
|
43
76
|
rbx.platform.typedef.__vm_paddr_t = uint
|
44
77
|
rbx.platform.typedef.__vm_pindex_t = ulong_long
|
45
78
|
rbx.platform.typedef.__vm_size_t = uint
|
46
|
-
rbx.platform.typedef.__blksize_t = uint
|
47
|
-
rbx.platform.typedef.__blkcnt_t = long_long
|
48
|
-
rbx.platform.typedef.__clockid_t = int
|
49
|
-
rbx.platform.typedef.__fflags_t = uint
|
50
|
-
rbx.platform.typedef.__fsblkcnt_t = ulong_long
|
51
|
-
rbx.platform.typedef.__fsfilcnt_t = ulong_long
|
52
|
-
rbx.platform.typedef.__gid_t = uint
|
53
|
-
rbx.platform.typedef.__id_t = long_long
|
54
|
-
rbx.platform.typedef.__ino_t = uint
|
55
|
-
rbx.platform.typedef.__key_t = long
|
56
|
-
rbx.platform.typedef.__lwpid_t = int
|
57
|
-
rbx.platform.typedef.__mode_t = ushort
|
58
|
-
rbx.platform.typedef.__accmode_t = int
|
59
|
-
rbx.platform.typedef.__nl_item = int
|
60
|
-
rbx.platform.typedef.__nlink_t = ushort
|
61
|
-
rbx.platform.typedef.__off_t = long_long
|
62
|
-
rbx.platform.typedef.__pid_t = int
|
63
|
-
rbx.platform.typedef.__rlim_t = long_long
|
64
|
-
rbx.platform.typedef.__sa_family_t = uchar
|
65
|
-
rbx.platform.typedef.__socklen_t = uint
|
66
|
-
rbx.platform.typedef.__suseconds_t = long
|
67
|
-
rbx.platform.typedef.__uid_t = uint
|
68
|
-
rbx.platform.typedef.__useconds_t = uint
|
69
|
-
rbx.platform.typedef.__cpuwhich_t = int
|
70
|
-
rbx.platform.typedef.__cpulevel_t = int
|
71
|
-
rbx.platform.typedef.__cpusetid_t = int
|
72
|
-
rbx.platform.typedef.__ct_rune_t = int
|
73
|
-
rbx.platform.typedef.__rune_t = int
|
74
79
|
rbx.platform.typedef.__wchar_t = int
|
75
80
|
rbx.platform.typedef.__wint_t = int
|
76
81
|
rbx.platform.typedef.__wint_t = int
|
77
|
-
rbx.platform.typedef.
|
78
|
-
rbx.platform.typedef.__fixpt_t = uint
|
79
|
-
rbx.platform.typedef.pthread_key_t = int
|
80
|
-
rbx.platform.typedef.*) = pointer
|
81
|
-
rbx.platform.typedef.u_char = uchar
|
82
|
-
rbx.platform.typedef.u_short = ushort
|
83
|
-
rbx.platform.typedef.u_int = uint
|
84
|
-
rbx.platform.typedef.u_long = ulong
|
85
|
-
rbx.platform.typedef.ushort = ushort
|
86
|
-
rbx.platform.typedef.uint = uint
|
87
|
-
rbx.platform.typedef.int8_t = char
|
88
|
-
rbx.platform.typedef.int16_t = short
|
89
|
-
rbx.platform.typedef.int32_t = int
|
90
|
-
rbx.platform.typedef.int64_t = long_long
|
91
|
-
rbx.platform.typedef.uint8_t = uchar
|
92
|
-
rbx.platform.typedef.uint16_t = ushort
|
93
|
-
rbx.platform.typedef.uint32_t = uint
|
94
|
-
rbx.platform.typedef.uint64_t = ulong_long
|
95
|
-
rbx.platform.typedef.intptr_t = int
|
96
|
-
rbx.platform.typedef.uintptr_t = uint
|
97
|
-
rbx.platform.typedef.u_int8_t = uchar
|
98
|
-
rbx.platform.typedef.u_int16_t = ushort
|
99
|
-
rbx.platform.typedef.u_int32_t = uint
|
100
|
-
rbx.platform.typedef.u_int64_t = ulong_long
|
101
|
-
rbx.platform.typedef.u_quad_t = ulong_long
|
102
|
-
rbx.platform.typedef.quad_t = long_long
|
103
|
-
rbx.platform.typedef.qaddr_t = pointer
|
104
|
-
rbx.platform.typedef.caddr_t = string
|
105
|
-
rbx.platform.typedef.c_caddr_t = pointer
|
106
|
-
rbx.platform.typedef.blksize_t = uint
|
107
|
-
rbx.platform.typedef.cpuwhich_t = int
|
108
|
-
rbx.platform.typedef.cpulevel_t = int
|
109
|
-
rbx.platform.typedef.cpusetid_t = int
|
82
|
+
rbx.platform.typedef.accmode_t = int
|
110
83
|
rbx.platform.typedef.blkcnt_t = long_long
|
84
|
+
rbx.platform.typedef.blksize_t = uint
|
85
|
+
rbx.platform.typedef.c_caddr_t = pointer
|
86
|
+
rbx.platform.typedef.caddr_t = string
|
111
87
|
rbx.platform.typedef.clock_t = ulong
|
112
88
|
rbx.platform.typedef.clockid_t = int
|
89
|
+
rbx.platform.typedef.cpulevel_t = int
|
113
90
|
rbx.platform.typedef.cpumask_t = uint
|
91
|
+
rbx.platform.typedef.cpusetid_t = int
|
92
|
+
rbx.platform.typedef.cpuwhich_t = int
|
114
93
|
rbx.platform.typedef.critical_t = int
|
115
94
|
rbx.platform.typedef.daddr_t = long_long
|
116
95
|
rbx.platform.typedef.dev_t = uint
|
96
|
+
rbx.platform.typedef.fd_mask = ulong
|
117
97
|
rbx.platform.typedef.fflags_t = uint
|
118
98
|
rbx.platform.typedef.fixpt_t = uint
|
119
99
|
rbx.platform.typedef.fsblkcnt_t = ulong_long
|
120
100
|
rbx.platform.typedef.fsfilcnt_t = ulong_long
|
121
101
|
rbx.platform.typedef.gid_t = uint
|
102
|
+
rbx.platform.typedef.id_t = long_long
|
122
103
|
rbx.platform.typedef.in_addr_t = uint
|
123
104
|
rbx.platform.typedef.in_port_t = ushort
|
124
|
-
rbx.platform.typedef.id_t = long_long
|
125
105
|
rbx.platform.typedef.ino_t = uint
|
106
|
+
rbx.platform.typedef.int16_t = short
|
107
|
+
rbx.platform.typedef.int32_t = int
|
108
|
+
rbx.platform.typedef.int64_t = long_long
|
109
|
+
rbx.platform.typedef.int8_t = char
|
110
|
+
rbx.platform.typedef.intptr_t = int
|
126
111
|
rbx.platform.typedef.key_t = long
|
127
112
|
rbx.platform.typedef.lwpid_t = int
|
128
113
|
rbx.platform.typedef.mode_t = ushort
|
129
|
-
rbx.platform.typedef.accmode_t = int
|
130
114
|
rbx.platform.typedef.nlink_t = ushort
|
131
115
|
rbx.platform.typedef.off_t = long_long
|
132
116
|
rbx.platform.typedef.pid_t = int
|
117
|
+
rbx.platform.typedef.pthread_key_t = int
|
118
|
+
rbx.platform.typedef.qaddr_t = pointer
|
119
|
+
rbx.platform.typedef.quad_t = long_long
|
133
120
|
rbx.platform.typedef.register_t = int
|
134
121
|
rbx.platform.typedef.rlim_t = long_long
|
122
|
+
rbx.platform.typedef.sa_family_t = uchar
|
135
123
|
rbx.platform.typedef.segsz_t = int
|
136
124
|
rbx.platform.typedef.size_t = uint
|
125
|
+
rbx.platform.typedef.socklen_t = uint
|
137
126
|
rbx.platform.typedef.ssize_t = int
|
138
127
|
rbx.platform.typedef.suseconds_t = long
|
139
128
|
rbx.platform.typedef.time_t = long
|
129
|
+
rbx.platform.typedef.u_char = uchar
|
130
|
+
rbx.platform.typedef.u_int = uint
|
131
|
+
rbx.platform.typedef.u_int16_t = ushort
|
132
|
+
rbx.platform.typedef.u_int32_t = uint
|
133
|
+
rbx.platform.typedef.u_int64_t = ulong_long
|
134
|
+
rbx.platform.typedef.u_int8_t = uchar
|
135
|
+
rbx.platform.typedef.u_long = ulong
|
136
|
+
rbx.platform.typedef.u_quad_t = ulong_long
|
140
137
|
rbx.platform.typedef.u_register_t = uint
|
138
|
+
rbx.platform.typedef.u_short = ushort
|
141
139
|
rbx.platform.typedef.uid_t = uint
|
140
|
+
rbx.platform.typedef.uint = uint
|
141
|
+
rbx.platform.typedef.uint16_t = ushort
|
142
|
+
rbx.platform.typedef.uint32_t = uint
|
143
|
+
rbx.platform.typedef.uint64_t = ulong_long
|
144
|
+
rbx.platform.typedef.uint8_t = uchar
|
145
|
+
rbx.platform.typedef.uintptr_t = uint
|
142
146
|
rbx.platform.typedef.useconds_t = uint
|
147
|
+
rbx.platform.typedef.ushort = ushort
|
143
148
|
rbx.platform.typedef.vm_offset_t = uint
|
144
149
|
rbx.platform.typedef.vm_ooffset_t = long_long
|
145
150
|
rbx.platform.typedef.vm_paddr_t = uint
|
146
151
|
rbx.platform.typedef.vm_pindex_t = ulong_long
|
147
152
|
rbx.platform.typedef.vm_size_t = uint
|
148
|
-
rbx.platform.typedef.__fd_mask = ulong
|
149
|
-
rbx.platform.typedef.fd_mask = ulong
|
150
|
-
rbx.platform.typedef.sa_family_t = uchar
|
151
|
-
rbx.platform.typedef.socklen_t = uint
|
152
|
-
|