| author | |
| committer | |
| log | 1d322fe5102368f80fd4d00dcbbe3dca9e6306f8 |
| tree | 74dd63ad33d287cb641b7609e5bde54610ce89fa |
| parent | 7b0e015eb42272d84396f44fc904ab79f38dd696 |
1 files changed, 5 insertions(+), 0 deletions(-)
lib/std/c/freebsd.zig+5| ... | @@ -1105,6 +1105,11 @@ pub const DT = struct { | ... | @@ -1105,6 +1105,11 @@ pub const DT = struct { |
| 1105 | pub const WHT = 14; | 1105 | pub const WHT = 14; |
| 1106 | }; | 1106 | }; |
| 1107 | 1107 | ||
| 1108 | pub const accept_filter = extern struct { | ||
| 1109 | af_name: [16]u8, | ||
| 1110 | af_args: [240]u8, | ||
| 1111 | }; | ||
| 1112 | |||
| 1108 | /// add event to kq (implies enable) | 1113 | /// add event to kq (implies enable) |
| 1109 | pub const EV_ADD = 0x0001; | 1114 | pub const EV_ADD = 0x0001; |
| 1110 | 1115 |