Define SYS_getdents64 for RISC-V

PiperOrigin-RevId: 608677185
This commit is contained in:
gVisor bot
2024-02-20 11:30:29 -08:00
parent f4a83e6c26
commit 119847abcf
+2
View File
@@ -28,6 +28,8 @@
#define SYS_getdents64 217
#elif defined(__aarch64__)
#define SYS_getdents64 217
#elif defined(__riscv)
#define SYS_getdents64 61
#else
#error "Unknown architecture"
#endif