mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Define SYS_statx for RISC-V
PiperOrigin-RevId: 609083269
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user