Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcontainer: merge common syscall implementations #1613

Merged
merged 1 commit into from
Oct 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build linux,386
// +build linux
// +build 386 arm

package system

Expand Down
3 changes: 2 additions & 1 deletion libcontainer/system/syscall_linux_64.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build linux,arm64 linux,amd64 linux,ppc linux,ppc64 linux,ppc64le linux,s390x
// +build linux
// +build arm64 amd64 mips mipsle mips64 mips64le ppc ppc64 ppc64le s390x

package system

Expand Down
25 changes: 0 additions & 25 deletions libcontainer/system/syscall_linux_arm.go

This file was deleted.

25 changes: 0 additions & 25 deletions libcontainer/system/syscall_linux_mipsx.go

This file was deleted.