Skip to content

Commit

Permalink
unix: add f_flag member flags on z/OS
Browse files Browse the repository at this point in the history
This change adds the constants `ST_RDONLY` and `ST_NOSUID` to a z/OS-specific file.
  • Loading branch information
jlee3227 committed Aug 14, 2024
1 parent da77c6b commit 952cf1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unix/zerrors_zos_s390x.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,8 @@ const (
AT_EMPTY_PATH = 0x1000
AT_REMOVEDIR = 0x200
RENAME_NOREPLACE = 1 << 0
ST_RDONLY = 1
ST_NOSUID = 2
)

const (
Expand Down

0 comments on commit 952cf1b

Please sign in to comment.