chore(deps): Update sqlite dependencies
This commit is contained in:
21
vendor/modernc.org/libc/stdio/stdio_windows_amd64.go
generated
vendored
21
vendor/modernc.org/libc/stdio/stdio_windows_amd64.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Code generated by 'ccgo stdio/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 stdio/stdio_windows_amd64.go -pkgname stdio', DO NOT EDIT.
|
||||
// Code generated by 'ccgo stdio\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 stdio\stdio_windows_amd64.go -pkgname stdio', DO NOT EDIT.
|
||||
|
||||
package stdio
|
||||
|
||||
@ -120,6 +120,7 @@ const (
|
||||
X_P_OVERLAY = 2
|
||||
X_P_WAIT = 0
|
||||
X_P_tmpdir = "\\"
|
||||
X_REENTRANT = 1
|
||||
X_RSIZE_T_DEFINED = 0
|
||||
X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD
|
||||
X_SIZE_T_DEFINED = 0
|
||||
@ -331,15 +332,15 @@ type Threadlocinfo = Threadlocaleinfostruct /* crtdefs.h:468:3 */
|
||||
// Undefine __mingw_<printf> macros.
|
||||
|
||||
type X_iobuf = struct {
|
||||
F_ptr uintptr
|
||||
F_cnt int32
|
||||
_ [4]byte
|
||||
F_base uintptr
|
||||
F_flag int32
|
||||
F_file int32
|
||||
F_charbuf int32
|
||||
F_bufsiz int32
|
||||
F_tmpfname uintptr
|
||||
F_ptr uintptr
|
||||
F_cnt int32
|
||||
F__ccgo_pad1 [4]byte
|
||||
F_base uintptr
|
||||
F_flag int32
|
||||
F_file int32
|
||||
F_charbuf int32
|
||||
F_bufsiz int32
|
||||
F_tmpfname uintptr
|
||||
} /* stdio.h:26:3 */
|
||||
|
||||
type FILE = X_iobuf /* stdio.h:36:25 */
|
||||
|
Reference in New Issue
Block a user