diff options
author | 2022-05-18 16:58:26 +0200 | |
---|---|---|
committer | 2022-05-18 15:58:26 +0100 | |
commit | f4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad (patch) | |
tree | ae39ceff207b2f67dfc4a6971816f29d95507806 /vendor/modernc.org/libc/stdio/stdio_netbsd_amd64.go | |
parent | [chore] Timeline test updates (#578) (diff) | |
download | gotosocial-f4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad.tar.xz |
[performance] Add further indexes to mitigate laggy queries (#586)
* start adding more indexes as a migration
* update sqlite version
Diffstat (limited to 'vendor/modernc.org/libc/stdio/stdio_netbsd_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/stdio/stdio_netbsd_amd64.go | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/vendor/modernc.org/libc/stdio/stdio_netbsd_amd64.go b/vendor/modernc.org/libc/stdio/stdio_netbsd_amd64.go index e087ea402..ff7a87ce2 100644 --- a/vendor/modernc.org/libc/stdio/stdio_netbsd_amd64.go +++ b/vendor/modernc.org/libc/stdio/stdio_netbsd_amd64.go @@ -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_netbsd_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 -ignore-unsupported-alignment -o stdio/stdio_netbsd_amd64.go -pkgname stdio', DO NOT EDIT. package stdio @@ -15,39 +15,39 @@ var _ atomic.Value var _ unsafe.Pointer const ( - BUFSIZ = 1024 - EOF = -1 - FILENAME_MAX = 1024 - FOPEN_MAX = 20 - FPARSELN_UNESCALL = 0x0f - FPARSELN_UNESCCOMM = 0x04 - FPARSELN_UNESCCONT = 0x02 - FPARSELN_UNESCESC = 0x01 - FPARSELN_UNESCREST = 0x08 - L_ctermid = 1024 - L_cuserid = 9 - L_tmpnam = 1024 - P_tmpdir = "/tmp/" - SEEK_CUR = 1 - SEEK_END = 2 - SEEK_SET = 0 - TMP_MAX = 308915776 - X_AMD64_INT_TYPES_H_ = 0 - X_FILE_OFFSET_BITS = 64 - X_FSTDIO = 0 - X_IOFBF = 0 - X_IOLBF = 1 - X_IONBF = 2 - X_LP64 = 1 - X_NETBSD_SOURCE = 1 - X_STDIO_H_ = 0 - X_SYS_ANSI_H_ = 0 - X_SYS_CDEFS_ELF_H_ = 0 - X_SYS_CDEFS_H_ = 0 - X_SYS_COMMON_ANSI_H_ = 0 - X_SYS_COMMON_INT_TYPES_H_ = 0 - X_SYS_NULL_H_ = 0 - X_X86_64_CDEFS_H_ = 0 + BUFSIZ = 1024 // stdio.h:182:1: + EOF = -1 // stdio.h:183:1: + FILENAME_MAX = 1024 // stdio.h:192:1: + FOPEN_MAX = 20 // stdio.h:191:1: + FPARSELN_UNESCALL = 0x0f // stdio.h:411:1: + FPARSELN_UNESCCOMM = 0x04 // stdio.h:409:1: + FPARSELN_UNESCCONT = 0x02 // stdio.h:408:1: + FPARSELN_UNESCESC = 0x01 // stdio.h:407:1: + FPARSELN_UNESCREST = 0x08 // stdio.h:410:1: + L_ctermid = 1024 // stdio.h:292:1: + L_cuserid = 9 // stdio.h:293:1: + L_tmpnam = 1024 // stdio.h:198:1: + P_tmpdir = "/tmp/" // stdio.h:196:1: + SEEK_CUR = 1 // stdio.h:209:1: + SEEK_END = 2 // stdio.h:212:1: + SEEK_SET = 0 // stdio.h:206:1: + TMP_MAX = 308915776 // stdio.h:201:1: + X_AMD64_INT_TYPES_H_ = 0 // int_types.h:35:1: + X_FILE_OFFSET_BITS = 64 // <builtin>:25:1: + X_FSTDIO = 0 // stdio.h:72:1: + X_IOFBF = 0 // stdio.h:178:1: + X_IOLBF = 1 // stdio.h:179:1: + X_IONBF = 2 // stdio.h:180:1: + X_LP64 = 1 // <predefined>:268:1: + X_NETBSD_SOURCE = 1 // featuretest.h:70:1: + X_STDIO_H_ = 0 // stdio.h:38:1: + X_SYS_ANSI_H_ = 0 // ansi.h:33:1: + X_SYS_CDEFS_ELF_H_ = 0 // cdefs_elf.h:31:1: + X_SYS_CDEFS_H_ = 0 // cdefs.h:37:1: + X_SYS_COMMON_ANSI_H_ = 0 // common_ansi.h:33:1: + X_SYS_COMMON_INT_TYPES_H_ = 0 // common_int_types.h:33:1: + X_SYS_NULL_H_ = 0 // null.h:9:1: + X_X86_64_CDEFS_H_ = 0 // cdefs.h:4:1: ) type Ptrdiff_t = int64 /* <builtin>:3:26 */ |