Commit Graph

8 Commits

Author SHA1 Message Date
David Tolnay
9857684717
Add FICLONE ioctl for linux aarch64 2022-10-31 15:34:21 -07:00
Aria Beingessner
adfa38507c Create optionally-available __int128 typedefs and use them for ARM64 definitions.
This adds the following types to fixed_width_ints behind appropriate platform cfgs:

* __int128
* __int128_t
* __uint128
* __uint128_t

and user_fpsimd_struct to arm64 android and linux.
2022-03-23 18:21:00 -04:00
Tamir Duberstein
da84eefd71
Define ip_mreqn on all Linux platforms
Updates #1558.
2022-01-23 15:52:27 -05:00
bors
4281f02b4f Auto merge of #2417 - devnexen:user_regs_struct_arm64, r=Amanieu
linux/android aarch64 add user_regs_struct and user_fpsimd_struct
2021-12-29 11:33:57 +00:00
David Carlier
75b6904875 linux BPF filters operands 2021-12-19 04:52:53 +00:00
David Carlier
d99d8b5359 linux/android aarch64 add user_regs_struct. 2021-11-02 17:44:47 +00:00
Thomas de Zeeuw
321ac9d529 Fix semver test for Linux ARM targets
Fixes it for at least the following targets:
 * aarch64-unknown-linux-gnu
 * arm-linux-androideabi
 * arm-unknown-linux-gnueabihf
 * arm-unknown-linux-gnueabihf
 * arm-unknown-linux-musleabihf
2021-04-02 12:21:15 +02:00
Thomas de Zeeuw
f18ba37144 Add Linux semver lists 2021-03-27 10:27:17 +01:00