Update to zig master (0d92bd474)

This commit is contained in:
Sam Tebbs 2021-04-09 20:30:05 +01:00
parent 09e3be69a8
commit 6b4d313f9b

View file

@ -264,7 +264,7 @@ const RamdiskStep = struct {
out_file_path: []const u8, out_file_path: []const u8,
/// The possible errors for creating a ramdisk /// The possible errors for creating a ramdisk
const Error = (error{EndOfStream} || File.ReadError || File.GetPosError || Allocator.Error || File.WriteError || File.OpenError); const Error = (error{EndOfStream} || File.ReadError || File.SeekError || Allocator.Error || File.WriteError || File.OpenError);
/// ///
/// Create and write the files to a raw ramdisk in the format: /// Create and write the files to a raw ramdisk in the format: