Skip to content

Commit

Permalink
Remove bad-descriptor error code. This is a relic of Preview 1 and …
Browse files Browse the repository at this point in the history
…the prototype period of Preview 2 before resource types were implemented. In a correct Component Model implementation, this is not possible to reach.
  • Loading branch information
badeend committed Aug 7, 2024
1 parent 930914d commit c2bed92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wit/types.wit
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ interface types {
would-block,
/// Connection already in progress, similar to `EALREADY` in POSIX.
already,
/// Bad descriptor, similar to `EBADF` in POSIX.
bad-descriptor,
/// Device or resource busy, similar to `EBUSY` in POSIX.
busy,
/// Resource deadlock would occur, similar to `EDEADLK` in POSIX.
Expand Down

0 comments on commit c2bed92

Please sign in to comment.