diff options
author | 2024-02-12 09:56:45 +0000 | |
---|---|---|
committer | 2024-02-12 09:56:45 +0000 | |
commit | d0e674b3da5e6955f25784c0e9f6003442656aee (patch) | |
tree | 5d269218c1bd3225343840a911db2a94394b27ca /vendor/golang.org/x/sys/unix/mkerrors.sh | |
parent | [chore] Add AI check in PR template (#2625) (diff) | |
download | gotosocial-d0e674b3da5e6955f25784c0e9f6003442656aee.tar.xz |
[chore]: Bump golang.org/x/crypto from 0.18.0 to 0.19.0 (#2632)
Diffstat (limited to 'vendor/golang.org/x/sys/unix/mkerrors.sh')
-rw-r--r-- | vendor/golang.org/x/sys/unix/mkerrors.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh index c6492020e..fdcaa974d 100644 --- a/vendor/golang.org/x/sys/unix/mkerrors.sh +++ b/vendor/golang.org/x/sys/unix/mkerrors.sh @@ -584,7 +584,7 @@ ccflags="$@" $2 ~ /^KEY_(SPEC|REQKEY_DEFL)_/ || $2 ~ /^KEYCTL_/ || $2 ~ /^PERF_/ || - $2 ~ /^SECCOMP_MODE_/ || + $2 ~ /^SECCOMP_/ || $2 ~ /^SEEK_/ || $2 ~ /^SCHED_/ || $2 ~ /^SPLICE_/ || |