diff options
| author | 2021-11-27 15:26:58 +0100 | |
|---|---|---|
| committer | 2021-11-27 15:26:58 +0100 | |
| commit | 182b4eea73881c611a0f519576aa6ad2aa6799c2 (patch) | |
| tree | 230fac469690fcee8797b13585e739be148d4789 /vendor/modernc.org/libc/termios/termios_darwin_arm64.go | |
| parent | Require confirmed email when checking oauth token (#332) (diff) | |
| download | gotosocial-182b4eea73881c611a0f519576aa6ad2aa6799c2.tar.xz | |
Update dependencies (#333)
Diffstat (limited to 'vendor/modernc.org/libc/termios/termios_darwin_arm64.go')
| -rw-r--r-- | vendor/modernc.org/libc/termios/termios_darwin_arm64.go | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/vendor/modernc.org/libc/termios/termios_darwin_arm64.go b/vendor/modernc.org/libc/termios/termios_darwin_arm64.go index 95a1e1f6f..1eadf3f82 100644 --- a/vendor/modernc.org/libc/termios/termios_darwin_arm64.go +++ b/vendor/modernc.org/libc/termios/termios_darwin_arm64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo termios/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o termios/termios_darwin_arm64.go -pkgname termios', DO NOT EDIT. +// Code generated by 'ccgo termios/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 termios/termios_darwin_arm64.go -pkgname termios', DO NOT EDIT. package termios @@ -809,14 +809,14 @@ type Cc_t = uint8 /* termios.h:264:25 */ type Speed_t = uint64 /* termios.h:265:25 */ type Termios = struct { - Fc_iflag Tcflag_t - Fc_oflag Tcflag_t - Fc_cflag Tcflag_t - Fc_lflag Tcflag_t - Fc_cc [20]Cc_t - _ [4]byte - Fc_ispeed Speed_t - Fc_ospeed Speed_t + Fc_iflag Tcflag_t + Fc_oflag Tcflag_t + Fc_cflag Tcflag_t + Fc_lflag Tcflag_t + Fc_cc [20]Cc_t + F__ccgo_pad1 [4]byte + Fc_ispeed Speed_t + Fc_ospeed Speed_t } /* termios.h:267:1 */ // Include tty ioctl's that aren't just for backwards compatibility |
