Commit 774f770056
Changed files (1)
std
os
bits
std/os/bits/linux.zig
@@ -24,7 +24,7 @@ pub const STDOUT_FILENO = 1;
pub const STDERR_FILENO = 2;
/// Special value used to indicate openat should use the current working directory
-pub const AT_FDCWD = 100;
+pub const AT_FDCWD = -100;
/// Do not follow symbolic links
pub const AT_SYMLINK_NOFOLLOW = 0x100;