| author | |
| committer | |
| log | bbe0292b79b033440cc5311ac6bafafda2b1b771 |
| tree | ab98b9edc07298ac9e966103550b03030a9ac1e4 |
| parent | 4b4f541419f9f655f38230504086e547667689e7 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
nfs.zig+2| ... | @@ -17,6 +17,8 @@ pub const Handle = switch (os) { | ... | @@ -17,6 +17,8 @@ pub const Handle = switch (os) { |
| 17 | else => unreachable, | 17 | else => unreachable, |
| 18 | }; | 18 | }; |
| 19 | 19 | ||
| 20 | pub const Error = sys.errno.Error; | ||
| 21 | |||
| 20 | pub fn cwd() Dir { | 22 | pub fn cwd() Dir { |
| 21 | return .{ .fd = @enumFromInt(sys.AT.FDCWD) }; | 23 | return .{ .fd = @enumFromInt(sys.AT.FDCWD) }; |
| 22 | } | 24 | } |