E.NXIO should not be an unexpected error (6) for std.posix.send #23383
Labels
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
standard library
This issue involves writing Zig code for the standard library.
Milestone
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
Be on x86_64-linux (debian 12)
Make file
repro.zig
: (replace ifname with a name of an ethernet interface, preferably a usb ethernet adapter)Expected Behavior
errno(6) "NXIO" should be expected for
std.posix.send
The text was updated successfully, but these errors were encountered: