diff options
Diffstat (limited to 'vendor/modernc.org/libc/fcntl/fcntl_windows_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/fcntl/fcntl_windows_amd64.go | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/vendor/modernc.org/libc/fcntl/fcntl_windows_amd64.go b/vendor/modernc.org/libc/fcntl/fcntl_windows_amd64.go index 36fc8472b..55a33ff94 100644 --- a/vendor/modernc.org/libc/fcntl/fcntl_windows_amd64.go +++ b/vendor/modernc.org/libc/fcntl/fcntl_windows_amd64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo fcntl/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o fcntl/fcntl_windows_amd64.go -pkgname fcntl', DO NOT EDIT. +// Code generated by 'ccgo fcntl\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 fcntl\fcntl_windows_amd64.go -pkgname fcntl', DO NOT EDIT. package fcntl @@ -133,6 +133,7 @@ const ( X_PGLOBAL = 0 X_PTRDIFF_T_ = 0 X_PTRDIFF_T_DEFINED = 0 + X_REENTRANT = 1 X_RSIZE_T_DEFINED = 0 X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD X_SIZE_T_DEFINED = 0 @@ -346,12 +347,12 @@ type X_finddata32i64_t = struct { Ftime_write X__time32_t Fsize int64 Fname [260]int8 - _ [4]byte + F__ccgo_pad1 [4]byte } /* io.h:44:3 */ type X_finddata64i32_t = struct { Fattrib uint32 - _ [4]byte + F__ccgo_pad1 [4]byte Ftime_create X__time64_t Ftime_access X__time64_t Ftime_write X__time64_t @@ -361,13 +362,13 @@ type X_finddata64i32_t = struct { type X__finddata64_t = struct { Fattrib uint32 - _ [4]byte + F__ccgo_pad1 [4]byte Ftime_create X__time64_t Ftime_access X__time64_t Ftime_write X__time64_t Fsize int64 Fname [260]int8 - _ [4]byte + F__ccgo_pad2 [4]byte } /* io.h:62:3 */ type X_wfinddata32_t = struct { @@ -390,18 +391,18 @@ type X_wfinddata32i64_t = struct { type X_wfinddata64i32_t = struct { Fattrib uint32 - _ [4]byte + F__ccgo_pad1 [4]byte Ftime_create X__time64_t Ftime_access X__time64_t Ftime_write X__time64_t Fsize X_fsize_t Fname [260]Wchar_t - _ [4]byte + F__ccgo_pad2 [4]byte } /* io.h:112:3 */ type X_wfinddata64_t = struct { Fattrib uint32 - _ [4]byte + F__ccgo_pad1 [4]byte Ftime_create X__time64_t Ftime_access X__time64_t Ftime_write X__time64_t |