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