Skip to content

Commit

Permalink
Fix typo in types.conf on aarch64-linux
Browse files Browse the repository at this point in the history
It was introduced by using the diff in #1066, but for some reason there was some garbage there.
This is newly generated by "rake types_conf" on Debian on aarch64/v8.
  • Loading branch information
larskanis committed Jan 31, 2024
1 parent 69dc3be commit 808848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ffi/platform/aarch64-linux/types.conf
Expand Up @@ -109,7 +109,7 @@ rbx.platform.typedef.fsfilcnt_t = ulong
rbx.platform.typedef.gid_t = uint
rbx.platform.typedef.id_t = uint
rbx.platform.typedef.in_addr_t = uint
rbx.platform.typedef.in_port_t = ushortin the machine
rbx.platform.typedef.in_port_t = ushort
rbx.platform.typedef.ino_t = ulong
rbx.platform.typedef.int16_t = short
rbx.platform.typedef.int32_t = int
Expand Down

0 comments on commit 808848d

Please sign in to comment.