Skip to content

Commit

Permalink
Merge pull request openshift#133 from soundcloud/non-linux-clock-ticks
Browse files Browse the repository at this point in the history
Implement system.GetClockTicks for all platforms
  • Loading branch information
vmarmol committed Jul 29, 2014
2 parents 5e2627e + eafabef commit 7cdbf09
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 7cdbf09

Please sign in to comment.