blob: 77ea49513115758836190b6a3a868b9c18b86b42 (
plain) (
blame)
1
2
3
|
syscall
The issue described involves the `getifaddrs` function hanging when linked against musl libc on big-endian targets within QEMU, indicating an error related to system call handling. The behavior changes between running in QEMU and actual hardware, suggesting that the syscall interaction with the environment is problematic under these specific conditions.
|