diff options
| author | luna <git@l4.pm> | 2020-12-15 16:56:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 14:56:42 -0500 |
| commit | 0c33624a45232848bbde90944338ec03615e6c5f (patch) | |
| tree | ae53873041ee544bfa0d03e6e9e76d1e5d9e1c55 /lib/std/fs | |
| parent | 5f7352b5b59e69744fc176d7abc7b0a319e7afcb (diff) | |
| download | zig-0c33624a45232848bbde90944338ec03615e6c5f.tar.gz zig-0c33624a45232848bbde90944338ec03615e6c5f.zip | |
create SendToError (#7417)
* add SendToError
* remove error catch
* add missing SendToError entries
* add mappings to new errors for posix
* map windows sendto() errors
Diffstat (limited to 'lib/std/fs')
| -rw-r--r-- | lib/std/fs/file.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/fs/file.zig b/lib/std/fs/file.zig index e97be007ab..dc7b39eef1 100644 --- a/lib/std/fs/file.zig +++ b/lib/std/fs/file.zig @@ -698,7 +698,6 @@ pub const File = struct { error.FastOpenAlreadyInProgress, error.MessageTooBig, error.FileDescriptorNotASocket, - error.AddressFamilyNotSupported, => return self.writeFileAllUnseekable(in_file, args), else => |e| return e, |
