summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/libc/signal/signal_darwin_arm64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/libc/signal/signal_darwin_arm64.go')
-rw-r--r--vendor/modernc.org/libc/signal/signal_darwin_arm64.go27
1 files changed, 14 insertions, 13 deletions
diff --git a/vendor/modernc.org/libc/signal/signal_darwin_arm64.go b/vendor/modernc.org/libc/signal/signal_darwin_arm64.go
index 9d4f1d937..c3dc4469c 100644
--- a/vendor/modernc.org/libc/signal/signal_darwin_arm64.go
+++ b/vendor/modernc.org/libc/signal/signal_darwin_arm64.go
@@ -1,4 +1,4 @@
-// Code generated by 'ccgo signal/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o signal/signal_darwin_arm64.go -pkgname signal', DO NOT EDIT.
+// Code generated by 'ccgo signal/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o signal/signal_darwin_arm64.go -pkgname signal', DO NOT EDIT.
package signal
@@ -1379,7 +1379,7 @@ type X__darwin_wctype_t = X__uint32_t /* _types.h:43:20 */
// Evaluate to nothing for compilers that don't support availability.
// Swift compiler version
-// Allows for project-agnostic “epochs” for frameworks imported into Swift via the Clang importer, like #if _compiler_version for Swift
+// Allows for project-agnostic "epochs" for frameworks imported into Swift via the Clang importer, like #if _compiler_version for Swift
// Example:
//
// #if __swift_compiler_version_at_least(800, 2, 20)
@@ -2296,6 +2296,7 @@ type X__darwin_arm_neon_state = struct {
} /* _structs.h:448:1 */
type X__darwin_arm_amx_state_v1 = struct {
+ F__ccgo_pad1 [0]uint64
F__x [8][64]X__uint8_t
F__y [8][64]X__uint8_t
F__z [64][64]X__uint8_t
@@ -2547,10 +2548,10 @@ type Pthread_attr_t = X__darwin_pthread_attr_t /* _pthread_attr_t.h:31:33 */
// Copyright 1995 NeXT Computer, Inc. All rights reserved.
type X__darwin_sigaltstack = struct {
- Fss_sp uintptr
- Fss_size X__darwin_size_t
- Fss_flags int32
- _ [4]byte
+ Fss_sp uintptr
+ Fss_size X__darwin_size_t
+ Fss_flags int32
+ F__ccgo_pad1 [4]byte
} /* _sigaltstack.h:42:1 */
type Stack_t = X__darwin_sigaltstack /* _sigaltstack.h:48:33 */ // [???] signal stack
@@ -2778,10 +2779,10 @@ type X__darwin_ucontext = struct {
Fuc_onstack int32
Fuc_sigmask X__darwin_sigset_t
Fuc_stack struct {
- Fss_sp uintptr
- Fss_size X__darwin_size_t
- Fss_flags int32
- _ [4]byte
+ Fss_sp uintptr
+ Fss_size X__darwin_size_t
+ Fss_flags int32
+ F__ccgo_pad1 [4]byte
}
Fuc_link uintptr
Fuc_mcsize X__darwin_size_t
@@ -3053,9 +3054,9 @@ type Sigvec = struct {
// Structure used in sigstack call.
type Sigstack = struct {
- Fss_sp uintptr
- Fss_onstack int32
- _ [4]byte
+ Fss_sp uintptr
+ Fss_onstack int32
+ F__ccgo_pad1 [4]byte
} /* signal.h:367:1 */
// Copyright (c) 2003-2013 Apple Inc. All rights reserved.