| ... | @@ -24,7 +24,7 @@ pub const STDOUT_FILENO = 1; | ... | @@ -24,7 +24,7 @@ pub const STDOUT_FILENO = 1; |
| 24 | pub const STDERR_FILENO = 2; | 24 | pub const STDERR_FILENO = 2; |
| 25 | | 25 | |
| 26 | /// Special value used to indicate openat should use the current working directory | 26 | /// Special value used to indicate openat should use the current working directory |
| 27 | pub const AT_FDCWD = 100; | 27 | pub const AT_FDCWD = -100; |
| 28 | | 28 | |
| 29 | /// Do not follow symbolic links | 29 | /// Do not follow symbolic links |
| 30 | pub const AT_SYMLINK_NOFOLLOW = 0x100; | 30 | pub const AT_SYMLINK_NOFOLLOW = 0x100; |