Skip to content

Commit a0c72ef

Browse files
jlee3227gopherbot
authored andcommitted
unix: add f_flag member flags on z/OS
This change adds the constants `ST_RDONLY` and `ST_NOSUID` to a z/OS-specific file. Change-Id: Ifb78124d93b60a10f10b8169d1bb73dce074e760 GitHub-Last-Rev: 952cf1b GitHub-Pull-Request: #214 Reviewed-on: https://go-review.googlesource.com/c/sys/+/606877 Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent c64c51d commit a0c72ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unix/zerrors_zos_s390x.go

+2
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ const (
581581
AT_EMPTY_PATH = 0x1000
582582
AT_REMOVEDIR = 0x200
583583
RENAME_NOREPLACE = 1 << 0
584+
ST_RDONLY = 1
585+
ST_NOSUID = 2
584586
)
585587

586588
const (

0 commit comments

Comments
 (0)