diff options
Diffstat (limited to 'vendor/modernc.org/libc/utime/utime_freebsd_386.go')
-rw-r--r-- | vendor/modernc.org/libc/utime/utime_freebsd_386.go | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/vendor/modernc.org/libc/utime/utime_freebsd_386.go b/vendor/modernc.org/libc/utime/utime_freebsd_386.go index 70f17025..7a1411a2 100644 --- a/vendor/modernc.org/libc/utime/utime_freebsd_386.go +++ b/vendor/modernc.org/libc/utime/utime_freebsd_386.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo utime/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 utime/utime_freebsd_386.go -pkgname utime', DO NOT EDIT. +// Code generated by 'ccgo utime/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 utime/utime_freebsd_386.go -pkgname utime', DO NOT EDIT. package utime @@ -15,19 +15,19 @@ var _ atomic.Value var _ unsafe.Pointer const ( - X_FILE_OFFSET_BITS = 64 - X_ILP32 = 1 - X_MACHINE__LIMITS_H_ = 0 - X_MACHINE__TYPES_H_ = 0 - X_Nonnull = 0 - X_Null_unspecified = 0 - X_Nullable = 0 - X_SYS_CDEFS_H_ = 0 - X_SYS__TYPES_H_ = 0 - X_TIME_T_DECLARED = 0 - X_UTIME_H_ = 0 - I386 = 1 - Unix = 1 + X_FILE_OFFSET_BITS = 64 // <builtin>:25: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_SYS_CDEFS_H_ = 0 // cdefs.h:39:1: + X_SYS__TYPES_H_ = 0 // _types.h:32:1: + X_TIME_T_DECLARED = 0 // utime.h:43:1: + X_UTIME_H_ = 0 // utime.h:36:1: + I386 = 1 // <predefined>:335:1: + Unix = 1 // <predefined>:336:1: ) type Ptrdiff_t = int32 /* <builtin>:3:26 */ |