mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove old TODO.
PiperOrigin-RevId: 275956240
This commit is contained in:
committed by
gVisor bot
parent
0b569b7cae
commit
070a8c2d4c
@@ -191,7 +191,6 @@ func Pwritev(t *kernel.Task, args arch.SyscallArguments) (uintptr, *kernel.Sysca
|
||||
}
|
||||
|
||||
// Pwritev2 implements linux syscall pwritev2(2).
|
||||
// TODO(b/120161091): Implement O_SYNC and D_SYNC functionality.
|
||||
func Pwritev2(t *kernel.Task, args arch.SyscallArguments) (uintptr, *kernel.SyscallControl, error) {
|
||||
// While the syscall is
|
||||
// pwritev2(int fd, struct iovec* iov, int iov_cnt, off_t offset, int flags)
|
||||
|
||||
Reference in New Issue
Block a user