commit | ddb9806d33aed8dbaac1cd6f1cba58952e87f933 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu Jun 25 20:26:03 2020 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Thu Jun 25 21:21:54 2020 +0000 |
tree | 93e806ed98964ad3606ccbf57c5615b659cc9b27 | |
parent | ed371f2e16b4b305ee99df548828de367527b76b [diff] [blame] |
unix: add FS_IOC_SETFLAGS on linux Change-Id: I455c008a114a017a6ecedb134f9af17d14dd249b Reviewed-on: https://go-review.googlesource.com/c/sys/+/240037 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Matt Layher <mdlayher@gmail.com>
diff --git a/unix/zerrors_linux_mips64le.go b/unix/zerrors_linux_mips64le.go index 4ecc0bc..0880b74 100644 --- a/unix/zerrors_linux_mips64le.go +++ b/unix/zerrors_linux_mips64le.go
@@ -77,6 +77,7 @@ FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 + FS_IOC_SETFLAGS = 0x80086602 FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 F_GETLK = 0xe F_GETLK64 = 0xe