Commit 2b69c16
committed
sysx.Fchmodat(): remove
As of Go 1.10 (probably earlier) Fchmodat() is available from
golang.org/x/sys/unix directly, so ditch custom implementations.
This assumes there are no external users of
github.com/containerd/continuity/sysx. If there are any,
they should switch to golang.org/x/sys/unix.
Signed-off-by: Kir Kolyshkin <[email protected]>1 parent d2ce1bc commit 2b69c16
8 files changed
Lines changed: 2 additions & 134 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments