| author | |
| committer | |
| log | 16144a7a37c2b2059d8a2fcfc70d6cf0ab49ab00 |
| tree | 63bdf6b3700e2237b1cd48d76c38c55ee7fc366a |
| parent | 85cc3f24a0c1ee9957d0264bd7532441090cbd6c |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/os/bits/freebsd.zig+3| ... | ... | @@ -553,6 +553,9 @@ pub const EV_ONESHOT = 0x0010; |
| 553 | 553 | /// clear event state after reporting |
| 554 | 554 | pub const EV_CLEAR = 0x0020; |
| 555 | 555 | |
| 556 | /// error, event data contains errno | |
| 557 | pub const EV_ERROR = 0x4000; | |
| 558 | ||
| 556 | 559 | /// force immediate event output |
| 557 | 560 | /// ... with or without EV_ERROR |
| 558 | 561 | /// ... use KEVENT_FLAG_ERROR_EVENTS |