summaryrefslogtreecommitdiff
path: root/rust/alloc/collections/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>2025-12-22 09:00:33 +0100
committerMichael S. Tsirkin <mst@redhat.com>2025-12-26 15:00:00 -0500
commit3c4629b68dbe18e454cce4b864c530268cffbeed (patch)
treeda9792244263cbfe747ffa7c9d1c58e123182e68 /rust/alloc/collections/git@git.tavy.me:linux.git
parentd8ee3cfdc89b75dc059dc21c27bef2c1440f67eb (diff)
virtio: uapi: avoid usage of libc types
Using libc types and headers from the UAPI headers is problematic as it introduces a dependency on a full C toolchain. On Linux 'unsigned long' works as a replacement for 'uintptr_t' and does not depend on libc. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <20251222-uapi-virtio-v1-1-29390f87bcad@linutronix.de>
Diffstat (limited to 'rust/alloc/collections/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions