Define SYS_statx for RISC-V

PiperOrigin-RevId: 609083269
This commit is contained in:
gVisor bot
2024-02-21 12:25:09 -08:00
parent 52af950390
commit 6adfd7ba3a
+2
View File
@@ -635,6 +635,8 @@ TEST(SimpleStatTest, AnonDeviceAllocatesUniqueInodesAcrossSaveRestore) {
#define SYS_statx 332
#elif defined(__aarch64__)
#define SYS_statx 291
#elif defined(__riscv)
#define SYS_statx 291
#else
#error "Unknown architecture"
#endif