aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/types_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall/types_linux.go')
-rw-r--r--src/syscall/types_linux.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/syscall/types_linux.go b/src/syscall/types_linux.go
index cff4069370..cb6836be83 100644
--- a/src/syscall/types_linux.go
+++ b/src/syscall/types_linux.go
@@ -105,6 +105,9 @@ struct my_epoll_event {
// alignment requirements of EABI
int32_t padFd;
#endif
+#ifdef __powerpc64__
+ int32_t _padFd;
+#endif
int32_t fd;
int32_t pad;
};