]> Cypherpunks repositories - gostls13.git/commit
os: add support for long path names on solaris RemoveAll
authorTobias Klauser <tklauser@distanz.ch>
Tue, 30 Oct 2018 00:40:24 +0000 (00:40 +0000)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 31 Oct 2018 16:52:45 +0000 (16:52 +0000)
commit4d1e95bb63c4d43369ea335680aa65000e3f3866
treec0506baa304fc6e9c213e30f9bf70ec78e6bff8e
parent86ad85ce98264f79d7f5fc60c38f81275c40d7a6
os: add support for long path names on solaris RemoveAll

Follow CL 146020 and enable RemoveAll based on Unlinkat and Openat on
solaris.

Updates #27029

Change-Id: I0b0e92f4422fa960a13dcd3e9adb57cd23f09ed4
Reviewed-on: https://go-review.googlesource.com/c/145839
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/internal/syscall/unix/asm_solaris.s [new file with mode: 0644]
src/internal/syscall/unix/at_solaris.go [new file with mode: 0644]
src/os/removeall_at.go
src/os/removeall_noat.go
src/os/removeall_test.go