Skip to content

Commit

Permalink
Implement system.GetClockTicks for all platforms
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Bernerd Schaefer <bj.schaefer@gmail.com> (github: bernerdschaefer)
  • Loading branch information
bernerdschaefer committed Jul 29, 2014
1 parent e64f9a3 commit eafabef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/sysconfig.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux,cgo
// +build cgo

package system

Expand Down
2 changes: 1 addition & 1 deletion system/sysconfig_notcgo.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux,!cgo
// +build !cgo

package system

Expand Down

0 comments on commit eafabef

Please sign in to comment.