diff options
Diffstat (limited to 'vendor/modernc.org/libc/grp/grp_darwin_arm64.go')
-rw-r--r-- | vendor/modernc.org/libc/grp/grp_darwin_arm64.go | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/vendor/modernc.org/libc/grp/grp_darwin_arm64.go b/vendor/modernc.org/libc/grp/grp_darwin_arm64.go index aba09dc48..ecac8bbc0 100644 --- a/vendor/modernc.org/libc/grp/grp_darwin_arm64.go +++ b/vendor/modernc.org/libc/grp/grp_darwin_arm64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo grp/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o grp/grp_darwin_arm64.go -pkgname grp', DO NOT EDIT. +// Code generated by 'ccgo grp/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 grp/grp_darwin_arm64.go -pkgname grp', DO NOT EDIT. package grp @@ -851,11 +851,11 @@ type X__darwin_wctype_t = X__uint32_t /* _types.h:43:20 */ type Gid_t = X__darwin_gid_t /* _gid_t.h:31:25 */ type Group = struct { - Fgr_name uintptr - Fgr_passwd uintptr - Fgr_gid Gid_t - _ [4]byte - Fgr_mem uintptr + Fgr_name uintptr + Fgr_passwd uintptr + Fgr_gid Gid_t + F__ccgo_pad1 [4]byte + Fgr_mem uintptr } /* grp.h:53:1 */ // Public include file for the UUID library @@ -971,6 +971,4 @@ type Uuid_t = X__darwin_uuid_t /* _uuid_t.h:31:25 */ type Uuid_string_t = X__darwin_uuid_string_t /* uuid.h:43:33 */ -var sUUID_NULL = Uuid_t{uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0), uint8(0)} /* uuid.h:49:1 */ - var _ int8 /* gen.c:2:13: */ |