Remove old TODO.

PiperOrigin-RevId: 275956240
This commit is contained in:
Nicolas Lacasse
2019-10-21 17:04:32 -07:00
committed by gVisor bot
parent 0b569b7cae
commit 070a8c2d4c
-1
View File
@@ -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)