| author | |
| committer | |
| log | aa5808c26cd69cdee4b260c3fd2bcada39fd9429 |
| tree | 2362d4dd49faeca4583cc0a4d2d638ac857b5622 |
| parent | 62deaaacd5441f45f05d946303e75c4937cf06b5 |
This reverts commit 1d322fe5102368f80fd4d00dcbbe3dca9e6306f8.1 files changed, 0 insertions(+), 5 deletions(-)
lib/std/c/freebsd.zig-5| ... | @@ -1105,11 +1105,6 @@ pub const DT = struct { | ... | @@ -1105,11 +1105,6 @@ 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 | |||
| 1113 | /// add event to kq (implies enable) | 1108 | /// add event to kq (implies enable) |
| 1114 | pub const EV_ADD = 0x0001; | 1109 | pub const EV_ADD = 0x0001; |
| 1115 | 1110 |