Skip to content

Commit 952cf1b

Browse files
committed
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.
1 parent da77c6b commit 952cf1b

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)