diff options
Diffstat (limited to 'vendor/modernc.org/libc/grp/grp_freebsd_386.go')
-rw-r--r-- | vendor/modernc.org/libc/grp/grp_freebsd_386.go | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/vendor/modernc.org/libc/grp/grp_freebsd_386.go b/vendor/modernc.org/libc/grp/grp_freebsd_386.go index 4ab825d4..00d040c6 100644 --- a/vendor/modernc.org/libc/grp/grp_freebsd_386.go +++ b/vendor/modernc.org/libc/grp/grp_freebsd_386.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 "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o grp/grp_freebsd_386.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 -ignore-unsupported-alignment -o grp/grp_freebsd_386.go -pkgname grp', DO NOT EDIT. package grp @@ -15,21 +15,21 @@ var _ atomic.Value var _ unsafe.Pointer const ( - X_FILE_OFFSET_BITS = 64 - X_GID_T_DECLARED = 0 - X_GRP_H_ = 0 - X_ILP32 = 1 - X_MACHINE__LIMITS_H_ = 0 - X_MACHINE__TYPES_H_ = 0 - X_Nonnull = 0 - X_Null_unspecified = 0 - X_Nullable = 0 - X_PATH_GROUP = "/etc/group" - X_SIZE_T_DECLARED = 0 - X_SYS_CDEFS_H_ = 0 - X_SYS__TYPES_H_ = 0 - I386 = 1 - Unix = 1 + X_FILE_OFFSET_BITS = 64 // <builtin>:25:1: + X_GID_T_DECLARED = 0 // grp.h:50:1: + X_GRP_H_ = 0 // grp.h:41:1: + X_ILP32 = 1 // <predefined>:1:1: + X_MACHINE__LIMITS_H_ = 0 // _limits.h:36:1: + X_MACHINE__TYPES_H_ = 0 // _types.h:42:1: + X_Nonnull = 0 // cdefs.h:790:1: + X_Null_unspecified = 0 // cdefs.h:792:1: + X_Nullable = 0 // cdefs.h:791:1: + X_PATH_GROUP = "/etc/group" // grp.h:46:1: + X_SIZE_T_DECLARED = 0 // grp.h:55:1: + X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1: + X_SYS__TYPES_H_ = 0 // _types.h:32:1: + I386 = 1 // <predefined>:335:1: + Unix = 1 // <predefined>:336:1: ) type Ptrdiff_t = int32 /* <builtin>:3:26 */ |