Skip to content

Commit e6c41f1

Browse files
Nyaa97Cloudef
authored andcommitted
aio: add missing ops
1 parent 8d05071 commit e6c41f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/aio.zig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,13 @@ pub const Fsync = ops.Fsync;
229229
pub const Poll = ops.Poll;
230230
pub const ReadTty = ops.ReadTty;
231231
pub const Read = ops.Read;
232+
pub const Readv = ops.Readv;
232233
pub const Write = ops.Write;
234+
pub const Writev = ops.Writev;
233235
pub const Accept = ops.Accept;
234236
pub const Connect = ops.Connect;
237+
pub const Bind = ops.Bind;
238+
pub const Listen = ops.Listen;
235239
pub const Recv = ops.Recv;
236240
pub const RecvMsg = ops.RecvMsg;
237241
pub const Send = ops.Send;

0 commit comments

Comments
 (0)