blob: 1cf1a18f135d3709192f8ed2cd94967449661d82 (
plain) (
blame)
1
2
3
|
syscall
The issue involves `getdtablesize()`, which is related to file descriptor management and thus falls under system calls (syscalls). The discrepancy between expected and actual behavior when using QEMU indicates a problem in how syscalls are handled or emulated.
|