summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s
diff options
context:
space:
mode:
authordavy <davy.wybiral@gmail.com>2019-06-28 17:20:52 -0500
committerdavy <davy.wybiral@gmail.com>2019-06-28 17:20:52 -0500
commitb46830c8806fc1293bc8cfdf5496cd024fcde6c4 (patch)
tree409ac133758cd0e745fe930e0d30e5821e8e4190 /vendor/golang.org/x/sys/unix/asm_aix_ppc64.s
parentef01f99df7dafc61c11203e879e997c15dea98ca (diff)
added app.Watcher
Diffstat (limited to 'vendor/golang.org/x/sys/unix/asm_aix_ppc64.s')
-rw-r--r--vendor/golang.org/x/sys/unix/asm_aix_ppc64.s17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s b/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s
new file mode 100644
index 0000000..06f84b8
--- /dev/null
+++ b/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s
@@ -0,0 +1,17 @@
+// Copyright 2018 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// +build !gccgo
+
+#include "textflag.h"
+
+//
+// System calls for ppc64, AIX are implemented in runtime/syscall_aix.go
+//
+
+TEXT ·syscall6(SB),NOSPLIT,$0-88
+ JMP syscall·syscall6(SB)
+
+TEXT ·rawSyscall6(SB),NOSPLIT,$0-88
+ JMP syscall·rawSyscall6(SB)