diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2018-02-26 11:15:41 +0100 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2018-02-26 17:54:31 +0000 |
| commit | 495eb3f922c8362949812fe65237d2158e25afe5 (patch) | |
| tree | 92dcc50616f9b0df557f7cd10e503a9402cbc57e /src/syscall/asm_linux_arm.s | |
| parent | ad9814de612bbee6c7657ac3e27bcba9b853335e (diff) | |
| download | go-495eb3f922c8362949812fe65237d2158e25afe5.tar.xz | |
syscall: remove/update outdated TODO comments
Error returns for linux/arm syscalls are handled since a long time.
Remove another list of unimplemented syscalls, following CL 96315.
The root-only check in TestSyscallNoError was shown to be sufficient as
part of CL 84485 already.
NetBSD and OpenBSD do not implement the sendfile syscall (yet), so add a
link to golang.org/issue/5847
Change-Id: I07efc3c3203537a4142707385f31b59dc0ecca42
Reviewed-on: https://go-review.googlesource.com/97115
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/syscall/asm_linux_arm.s')
| -rw-r--r-- | src/syscall/asm_linux_arm.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/syscall/asm_linux_arm.s b/src/syscall/asm_linux_arm.s index 4463a0f3e7..458e9cce79 100644 --- a/src/syscall/asm_linux_arm.s +++ b/src/syscall/asm_linux_arm.s @@ -9,8 +9,6 @@ // System calls for arm, Linux // -// TODO(kaib): handle error returns - // func Syscall(syscall uintptr, a1, a2, a3 uintptr) (r1, r2, err uintptr); TEXT ·Syscall(SB),NOSPLIT,$0-28 BL runtime·entersyscall(SB) |
