diff options
Diffstat (limited to 'pkg/sleep/commit_arm64.s')
-rw-r--r-- | pkg/sleep/commit_arm64.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/sleep/commit_arm64.s b/pkg/sleep/commit_arm64.s new file mode 100644 index 000000000..9d351d00a --- /dev/null +++ b/pkg/sleep/commit_arm64.s @@ -0,0 +1,5 @@ +// Copyright 2017 The Netstack Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// Empty assembly file so empty func definitions work. |