summaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go')
-rw-r--r--vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go80
1 files changed, 40 insertions, 40 deletions
diff --git a/vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go b/vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go
index b3469404..88a19f38 100644
--- a/vendor/modernc.org/libc/stdio/stdio_freebsd_amd64.go
+++ b/vendor/modernc.org/libc/stdio/stdio_freebsd_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_freebsd_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_freebsd_amd64.go -pkgname stdio', DO NOT EDIT.
package stdio
@@ -15,45 +15,45 @@ var _ atomic.Value
var _ unsafe.Pointer
const (
- BUFSIZ = 1024
- EOF = -1
- FILENAME_MAX = 1024
- FOPEN_MAX = 20
- L_ctermid = 1024
- L_cuserid = 17
- L_tmpnam = 1024
- P_tmpdir = "/tmp/"
- SEEK_CUR = 1
- SEEK_END = 2
- SEEK_SET = 0
- TMP_MAX = 308915776
- X_FILE_OFFSET_BITS = 64
- X_FSTDIO = 0
- X_FTRUNCATE_DECLARED = 0
- X_IOFBF = 0
- X_IOLBF = 1
- X_IONBF = 2
- X_LP64 = 1
- X_LSEEK_DECLARED = 0
- X_MACHINE__LIMITS_H_ = 0
- X_MACHINE__TYPES_H_ = 0
- X_MMAP_DECLARED = 0
- X_Nonnull = 0
- X_Null_unspecified = 0
- X_Nullable = 0
- X_OFF64_T_DECLARED = 0
- X_OFF_T_DECLARED = 0
- X_RSIZE_T_DEFINED = 0
- X_SIZE_T_DECLARED = 0
- X_SSIZE_T_DECLARED = 0
- X_STDFILE_DECLARED = 0
- X_STDIO_H_ = 0
- X_STDSTREAM_DECLARED = 0
- X_SYS_CDEFS_H_ = 0
- X_SYS__TYPES_H_ = 0
- X_TRUNCATE_DECLARED = 0
- X_VA_LIST_DECLARED = 0
- Unix = 1
+ BUFSIZ = 1024 // stdio.h:209:1:
+ EOF = -1 // stdio.h:210:1:
+ FILENAME_MAX = 1024 // stdio.h:221:1:
+ FOPEN_MAX = 20 // stdio.h:219:1:
+ L_ctermid = 1024 // stdio.h:319:1:
+ L_cuserid = 17 // stdio.h:315:1:
+ L_tmpnam = 1024 // stdio.h:227:1:
+ P_tmpdir = "/tmp/" // stdio.h:225:1:
+ SEEK_CUR = 1 // stdio.h:234:1:
+ SEEK_END = 2 // stdio.h:237:1:
+ SEEK_SET = 0 // stdio.h:231:1:
+ TMP_MAX = 308915776 // stdio.h:228:1:
+ X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
+ X_FSTDIO = 0 // stdio.h:82:1:
+ X_FTRUNCATE_DECLARED = 0 // stdio.h:435:1:
+ X_IOFBF = 0 // stdio.h:205:1:
+ X_IOLBF = 1 // stdio.h:206:1:
+ X_IONBF = 2 // stdio.h:207:1:
+ X_LP64 = 1 // <predefined>:1:1:
+ X_LSEEK_DECLARED = 0 // stdio.h:439:1:
+ X_MACHINE__LIMITS_H_ = 0 // _limits.h:36:1:
+ X_MACHINE__TYPES_H_ = 0 // _types.h:42:1:
+ X_MMAP_DECLARED = 0 // stdio.h:443:1:
+ X_Nonnull = 0 // cdefs.h:783:1:
+ X_Null_unspecified = 0 // cdefs.h:785:1:
+ X_Nullable = 0 // cdefs.h:784:1:
+ X_OFF64_T_DECLARED = 0 // stdio.h:71:1:
+ X_OFF_T_DECLARED = 0 // stdio.h:61:1:
+ X_RSIZE_T_DEFINED = 0 // stdio.h:55:1:
+ X_SIZE_T_DECLARED = 0 // stdio.h:51:1:
+ X_SSIZE_T_DECLARED = 0 // stdio.h:65:1:
+ X_STDFILE_DECLARED = 0 // stdio.h:164:1:
+ X_STDIO_H_ = 0 // stdio.h:39:1:
+ X_STDSTREAM_DECLARED = 0 // stdio.h:173:1:
+ X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
+ X_SYS__TYPES_H_ = 0 // _types.h:32:1:
+ X_TRUNCATE_DECLARED = 0 // stdio.h:447:1:
+ X_VA_LIST_DECLARED = 0 // stdio.h:78:1:
+ Unix = 1 // <predefined>:337:1:
)
type Ptrdiff_t = int64 /* <builtin>:3:26 */