mirror of
https://github.com/golang/sys.git
synced 2026-02-08 19:56:04 +03:00
unix: generate AT_EACCESS in ztypes_darwin_*
This change includes the automatically generated AT_EACCESS constant; based on its definition in types_darwin.go.
This commit is contained in:
@@ -610,6 +610,7 @@ const (
|
||||
AT_REMOVEDIR = 0x80
|
||||
AT_SYMLINK_FOLLOW = 0x40
|
||||
AT_SYMLINK_NOFOLLOW = 0x20
|
||||
AT_EACCESS = 0x10
|
||||
)
|
||||
|
||||
type PollFd struct {
|
||||
|
||||
@@ -610,6 +610,7 @@ const (
|
||||
AT_REMOVEDIR = 0x80
|
||||
AT_SYMLINK_FOLLOW = 0x40
|
||||
AT_SYMLINK_NOFOLLOW = 0x20
|
||||
AT_EACCESS = 0x10
|
||||
)
|
||||
|
||||
type PollFd struct {
|
||||
|
||||
Reference in New Issue
Block a user