summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-03-02 10:08:55 +0100
committerGitHub <noreply@github.com>2024-03-02 10:08:55 +0100
commitfe7d1847b793d8037b5290ebbf919280d64ac4a1 (patch)
tree007dac999b7a04f054182ae37f9636240dd33b78 /vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
parentaf56065dd69885dc394a78387ae07feb53162baf (diff)
parentad0394aebebddc5fc17043bbeb72894b8d670abb (diff)
Fix display of Chinese characters on Windows (#3352)
Bump our gocui dependency, which in turn bumps tcell to v2.7.1, which should fix problems with multibyte characters on Windows. Fixes #2741.
Diffstat (limited to 'vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go')
-rw-r--r--vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
index 18f2813ed..07cdfd6e9 100644
--- a/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
+++ b/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
@@ -272,6 +272,9 @@ const (
SCM_TIMESTAMPNS = 0x23
SCM_TXTIME = 0x3d
SCM_WIFI_STATUS = 0x29
+ SECCOMP_IOCTL_NOTIF_ADDFD = 0x40182103
+ SECCOMP_IOCTL_NOTIF_ID_VALID = 0x40082102
+ SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x40082104
SFD_CLOEXEC = 0x80000
SFD_NONBLOCK = 0x800
SIOCATMARK = 0x8905