diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-12-23 13:36:13 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-12-23 13:36:13 +0100 |
| commit | 071ad4e91f95f115236a639e934181c7e596f337 (patch) | |
| tree | 251ab58b58e91e252c6f68389df9ecae57c25fb9 /prog | |
| parent | def15a423df164e4d0089793ede10791dc40ccae (diff) | |
sys: fix AT_FDCWD handling
AT_FDCWD is not a flag, it is an fd.
Diffstat (limited to 'prog')
| -rw-r--r-- | prog/consts.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prog/consts.go b/prog/consts.go index d5e4435f9..366aa4720 100644 --- a/prog/consts.go +++ b/prog/consts.go @@ -29,7 +29,6 @@ const ( ARCH_SET_GS = 4097 AT_EACCESS = 512 AT_EMPTY_PATH = 4096 - AT_FDCWD = 18446744073709551516 AT_REMOVEDIR = 512 AT_SYMLINK_FOLLOW = 1024 AT_SYMLINK_NOFOLLOW = 256 |
