| author | |
| committer | |
| log | bac4a5c1969ccb8b1d5cbac429462d2ad878fbe5 |
| tree | a33516eb2ae152dae3b81018ad47bd2a35af3cfe |
| parent | 353121d9d57d9dfcd734cd3b4b65d826f7eb00ee |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/fs.zig-1| ... | ... | @@ -150,7 +150,6 @@ pub fn copyFileAbsolute(source_path: []const u8, dest_path: []const u8, args: Co |
| 150 | 150 | return Dir.copyFile(my_cwd, source_path, my_cwd, dest_path, args); |
| 151 | 151 | } |
| 152 | 152 | |
| 153 | /// TODO update this API to avoid a getrandom syscall for every operation. | |
| 154 | 153 | pub const AtomicFile = struct { |
| 155 | 154 | file: File, |
| 156 | 155 | // TODO either replace this with rand_buf or use []u16 on Windows |