summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/libc/termios/termios_darwin_arm64.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-11-27 15:26:58 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-27 15:26:58 +0100
commit182b4eea73881c611a0f519576aa6ad2aa6799c2 (patch)
tree230fac469690fcee8797b13585e739be148d4789 /vendor/modernc.org/libc/termios/termios_darwin_arm64.go
parentRequire confirmed email when checking oauth token (#332) (diff)
downloadgotosocial-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.go18
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