mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Languages like C++17 and Go provide direct support for slice types:
pointer/length pairs. The CloudABI generator now has more complete for
this, meaning that for the C binding, pointer/length pairs now use an
automatic naming scheme of ${name} and ${name}_len.
Apart from this change and some reformatting, the ABI definitions are
identical. Binary compatibility is preserved entirely.
|
||
|---|---|---|
| .. | ||
| cloudabi32_types.h | ||
| cloudabi64_types.h | ||
| cloudabi_types_common.h | ||
| cloudabi_vdso_aarch64.S | ||
| cloudabi_vdso_armv6.S | ||
| cloudabi_vdso_i686.S | ||
| cloudabi_vdso_i686_on_64bit.S | ||
| cloudabi_vdso_x86_64.S | ||
| syscalls32.master | ||
| syscalls64.master | ||