diff options
Diffstat (limited to 'vendor/modernc.org/libc/unistd/unistd_windows_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/unistd/unistd_windows_amd64.go | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/vendor/modernc.org/libc/unistd/unistd_windows_amd64.go b/vendor/modernc.org/libc/unistd/unistd_windows_amd64.go index db687ded8..254b38bbd 100644 --- a/vendor/modernc.org/libc/unistd/unistd_windows_amd64.go +++ b/vendor/modernc.org/libc/unistd/unistd_windows_amd64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo unistd/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o unistd/unistd_windows_amd64.go -pkgname unistd', DO NOT EDIT. +// Code generated by 'ccgo unistd\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 unistd\unistd_windows_amd64.go -pkgname unistd', DO NOT EDIT. package unistd @@ -141,6 +141,7 @@ const ( X_P_NOWAITO = 3 X_P_OVERLAY = 2 X_P_WAIT = 0 + X_REENTRANT = 1 X_RSIZE_T_DEFINED = 0 X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD X_SIGSET_T_ = 0 @@ -368,12 +369,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 @@ -383,13 +384,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 { @@ -412,18 +413,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 @@ -481,28 +482,26 @@ type Mode_t = X_mode_t /* types.h:77:17 */ type Useconds_t = uint32 /* types.h:84:22 */ type Timespec = struct { - Ftv_sec Time_t - Ftv_nsec int32 - _ [4]byte + Ftv_sec Time_t + Ftv_nsec int32 + F__ccgo_pad1 [4]byte } /* types.h:89:1 */ type Itimerspec = struct { Fit_interval struct { - Ftv_sec Time_t - Ftv_nsec int32 - _ [4]byte + Ftv_sec Time_t + Ftv_nsec int32 + F__ccgo_pad1 [4]byte } Fit_value struct { - Ftv_sec Time_t - Ftv_nsec int32 - _ [4]byte + Ftv_sec Time_t + Ftv_nsec int32 + F__ccgo_pad1 [4]byte } } /* types.h:94:1 */ type X_sigset_t = uint64 /* types.h:104:28 */ -type X_tls_callback_type = uintptr /* process.h:58:16 */ - // // Copyright (c) 2011-2016 mingw-w64 project // |