Skip to content

Commit

Permalink
Fix build on several OS by observing that Stat access times are split…
Browse files Browse the repository at this point in the history
… into 2 camps, Atim, and Atimespec

Doesn't work for plan9. http://stackoverflow.com/questions/35545178/where-is-stat-t-defined-for-plan9
  • Loading branch information
anacrolix committed Feb 22, 2016
1 parent 182cd39 commit e3f454a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
2 changes: 2 additions & 0 deletions atime_linux.go → atime_atim.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build linux dragonfly openbsd solaris

package missinggo

import (
Expand Down
2 changes: 2 additions & 0 deletions atime_darwin.go → atime_atimespec.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build darwin freebsd netbsd

package missinggo

import (
Expand Down
12 changes: 0 additions & 12 deletions atime_freebsd.go

This file was deleted.

12 changes: 0 additions & 12 deletions atime_netbsd.go

This file was deleted.

0 comments on commit e3f454a

Please sign in to comment.