| author | |
| committer | |
| log | 774f770056887c27418bd715136fe1fdc8806d7d |
| tree | 638386c2f22ded452701986480ede8823fdb162c |
| parent | cf4bccf76566ac112f9142863c3e4dbf81e71d08 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/os/bits/linux.zig+1-1| ... | ... | @@ -24,7 +24,7 @@ pub const STDOUT_FILENO = 1; |
| 24 | 24 | pub const STDERR_FILENO = 2; |
| 25 | 25 | |
| 26 | 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 | 29 | /// Do not follow symbolic links |
| 30 | 30 | pub const AT_SYMLINK_NOFOLLOW = 0x100; |