1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-07 20:49:38 +02:00

openat2: #include <linux/types.h> so we can know __u64

Alternative implementations could use `uint64_t` instead, from `cstdint`.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2025-01-20 17:00:48 -05:00
Ursprung de38b46dd8
Commit 85aba7b695
+2
Datei anzeigen
@@ -12,6 +12,8 @@
#else
#include <linux/types.h>
#ifndef RESOLVE_NO_XDEV
#define RESOLVE_NO_XDEV 1