Skip to content

Commit

Permalink
Merge pull request #79 from LK4D4/fix_tags
Browse files Browse the repository at this point in the history
Fix build tags
  • Loading branch information
Mrunal Patel committed Jul 1, 2015
2 parents e23b0e6 + 38c34d6 commit 00f6b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libcontainer/system/syscall_linux_386.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build linux,386

package system

import (
Expand Down
1 change: 1 addition & 0 deletions libcontainer/system/syscall_linux_arm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build linux,arm

package system

import (
Expand Down

0 comments on commit 00f6b56

Please sign in to comment.