Update dependencies (#1831)

This commit is contained in:
Wim
2022-05-09 23:00:23 +02:00
committed by GitHub
parent 700b95546b
commit 1e55dd47f2
306 changed files with 435896 additions and 195113 deletions

View File

@@ -1,4 +1,4 @@
// Code generated by 'ccgo stdlib/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 stdlib/stdlib_freebsd_amd64.go -pkgname stdlib', DO NOT EDIT.
// Code generated by 'ccgo stdlib/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 stdlib/stdlib_freebsd_amd64.go -pkgname stdlib', DO NOT EDIT.
package stdlib
@@ -15,28 +15,28 @@ var _ atomic.Value
var _ unsafe.Pointer
const (
EXIT_FAILURE = 1
EXIT_SUCCESS = 0
RAND_MAX = 0x7fffffff
X_ERRNO_T_DEFINED = 0
X_FILE_OFFSET_BITS = 64
X_LP64 = 1
X_MACHINE__LIMITS_H_ = 0
X_MACHINE__TYPES_H_ = 0
X_MKDTEMP_DECLARED = 0
X_MKSTEMP_DECLARED = 0
X_MKTEMP_DECLARED = 0
X_Nonnull = 0
X_Null_unspecified = 0
X_Nullable = 0
X_RSIZE_T_DEFINED = 0
X_RUNE_T_DECLARED = 0
X_SIZE_T_DECLARED = 0
X_STDLIB_H_ = 0
X_SYS_CDEFS_H_ = 0
X_SYS__TYPES_H_ = 0
X_WCHAR_T_DECLARED = 0
Unix = 1
EXIT_FAILURE = 1 // stdlib.h:73:1:
EXIT_SUCCESS = 0 // stdlib.h:74:1:
RAND_MAX = 0x7fffffff // stdlib.h:80:1:
X_ERRNO_T_DEFINED = 0 // stdlib.h:344:1:
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
X_LP64 = 1 // <predefined>:1:1:
X_MACHINE__LIMITS_H_ = 0 // _limits.h:36:1:
X_MACHINE__TYPES_H_ = 0 // _types.h:42:1:
X_MKDTEMP_DECLARED = 0 // stdlib.h:192:1:
X_MKSTEMP_DECLARED = 0 // stdlib.h:196:1:
X_MKTEMP_DECLARED = 0 // stdlib.h:221:1:
X_Nonnull = 0 // cdefs.h:783:1:
X_Null_unspecified = 0 // cdefs.h:785:1:
X_Nullable = 0 // cdefs.h:784:1:
X_RSIZE_T_DEFINED = 0 // stdlib.h:339:1:
X_RUNE_T_DECLARED = 0 // stdlib.h:47:1:
X_SIZE_T_DECLARED = 0 // stdlib.h:53:1:
X_STDLIB_H_ = 0 // stdlib.h:36:1:
X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
X_SYS__TYPES_H_ = 0 // _types.h:32:1:
X_WCHAR_T_DECLARED = 0 // stdlib.h:59:1:
Unix = 1 // <predefined>:337:1:
)
type Ptrdiff_t = int64 /* <builtin>:3:26 */