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:
Mikołaj Kuranowski
2023-03-31 11:00:41 +09:00
parent 28082ec150
commit a6a16c4471
2 changed files with 2 additions and 0 deletions

View File

@@ -610,6 +610,7 @@ const (
AT_REMOVEDIR = 0x80
AT_SYMLINK_FOLLOW = 0x40
AT_SYMLINK_NOFOLLOW = 0x20
AT_EACCESS = 0x10
)
type PollFd struct {

View File

@@ -610,6 +610,7 @@ const (
AT_REMOVEDIR = 0x80
AT_SYMLINK_FOLLOW = 0x40
AT_SYMLINK_NOFOLLOW = 0x20
AT_EACCESS = 0x10
)
type PollFd struct {