| ... | @@ -283,9 +283,6 @@ pub const EVFILT_TIMER = 6; | ... | @@ -283,9 +283,6 @@ pub const EVFILT_TIMER = 6; |
| 283 | /// Filesystem events | 283 | /// Filesystem events |
| 284 | pub const EVFILT_FS = 7; | 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 | /// On input, NOTE_TRIGGER causes the event to be triggered for output. | 286 | /// On input, NOTE_TRIGGER causes the event to be triggered for output. |
| 290 | pub const NOTE_TRIGGER = 0x08000000; | 287 | pub const NOTE_TRIGGER = 0x08000000; |
| 291 | | 288 | |