summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-03-01 14:05:43 +0100
committerStefan Haller <stefan@haller-berlin.de>2024-03-01 14:07:19 +0100
commitad0394aebebddc5fc17043bbeb72894b8d670abb (patch)
tree007dac999b7a04f054182ae37f9636240dd33b78 /vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go
parentaf56065dd69885dc394a78387ae07feb53162baf (diff)
Bump gocui
The main change here is to bump tcell to v2.7.1, which should fix problems with multibyte characters on Windows.
Diffstat (limited to 'vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go')
-rw-r--r--vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go
index cf9c9d77e..445eba206 100644
--- a/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go
+++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go
@@ -309,4 +309,8 @@ const (
SYS_SET_MEMPOLICY_HOME_NODE = 450
SYS_CACHESTAT = 451
SYS_FCHMODAT2 = 452
+ SYS_MAP_SHADOW_STACK = 453
+ SYS_FUTEX_WAKE = 454
+ SYS_FUTEX_WAIT = 455
+ SYS_FUTEX_REQUEUE = 456
)