blob: 37f6a223e0e64f4c89ddbdc40c95eede9a1f4921 (
plain) (
blame)
1
2
3
|
syscall
The inconsistency described in the behavior of `pwrite()` across different environments pertains to how system calls are emulated or executed, particularly when specific arguments (`buf==NULL` and `len=0`) are used. This makes it a syscall-related issue.
|