| author | |
| committer | |
| log | b93405c24bd3c58f68a272f32fe764a994e7aae6 |
| tree | bac2a7e8366a2be7b2983667d91931e00fed06ca |
| parent | 2878efee86276c99c68defe2acd3a2ff0b9ea29d |
1 files changed, 0 insertions(+), 3 deletions(-)
std/os/netbsd/index.zig-3| ... | ... | @@ -283,9 +283,6 @@ pub const EVFILT_TIMER = 6; |
| 283 | 283 | /// Filesystem events |
| 284 | 284 | pub const EVFILT_FS = 7; |
| 285 | 285 | |
| 286 | /// XXX no EVFILT_USER, but what is it | |
| 287 | pub const EVFILT_USER = 0; | |
| 288 | ||
| 289 | 286 | /// On input, NOTE_TRIGGER causes the event to be triggered for output. |
| 290 | 287 | pub const NOTE_TRIGGER = 0x08000000; |
| 291 | 288 |