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:
Kato Kazuyoshi 2014-03-21 00:52:00 +09:00
parent 2538689b31
commit 6b292bf034
3 changed files with 89 additions and 1 deletions

View file

@ -1,4 +1,4 @@
// +build !linux
// +build !linux,!freebsd
package system