Support FreeBSD on pkg/system/utimes_*.go
Implement system.LUtimesNano and system.UtimesNano. The latter might be removed in future because it's basically same as os.Chtimes. That's why the test is mainly focusing LUtimesNano. Docker-DCO-1.1-Signed-off-by: Kato Kazuyoshi <kato.kazuyoshi@gmail.com> (github: kzys)
This commit is contained in:
parent
2538689b31
commit
6b292bf034
3 changed files with 89 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build !linux
|
||||
// +build !linux,!freebsd
|
||||
|
||||
package system
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue