zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit b93405c24bd3c58f68a272f32fe764a994e7aae6 (tree)
parent 2878efee86276c99c68defe2acd3a2ff0b9ea29d
Author: Maya Rashish <maya@NetBSD.org>
Date:   Sun, 17 Feb 2019 23:50:30 +0200

Don't provide a bogus definition of EVFILT_USER

Diffstat:
Mstd/os/netbsd/index.zig | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/std/os/netbsd/index.zig b/std/os/netbsd/index.zig @@ -283,9 +283,6 @@ pub const EVFILT_TIMER = 6; /// Filesystem events pub const EVFILT_FS = 7; -/// XXX no EVFILT_USER, but what is it -pub const EVFILT_USER = 0; - /// On input, NOTE_TRIGGER causes the event to be triggered for output. pub const NOTE_TRIGGER = 0x08000000;