aboutsummaryrefslogtreecommitdiff
path: root/unix/mksyscall_aix_ppc64.go
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mksyscall_aix_ppc64.go')
-rw-r--r--unix/mksyscall_aix_ppc64.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mksyscall_aix_ppc64.go b/unix/mksyscall_aix_ppc64.go
index bfadfd6..b9c6563 100644
--- a/unix/mksyscall_aix_ppc64.go
+++ b/unix/mksyscall_aix_ppc64.go
@@ -190,7 +190,7 @@ func main() {
}
onlyCommon := false
- if funct == "readlen" || funct == "writelen" || funct == "FcntlInt" || funct == "FcntlFlock" {
+ if funct == "readlen" || funct == "writelen" || funct == "FcntlInt" || funct == "FcntlFlock" || funct == "ioctlPtr" {
// This function call another syscall which is already implemented.
// Therefore, the gc and gccgo part must not be generated.
onlyCommon = true