Skip to content

Commit

Permalink
Fix build tags
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
  • Loading branch information
LK4D4 committed Jul 1, 2015
1 parent 648a3c6 commit 38c34d6
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 38c34d6

Please sign in to comment.