janet/src
llmII bbc07c72d3
More NetBSD fixes
A comptime known value of 0 for data in EV_SET with EVFILT_TIMER causes
a complete compilation failure (fails to link). This fixes it by making
it a 1 instead of a 0 for amount of milliseconds in the interval to wait
under NetBSD.
2021-09-05 21:17:41 -05:00
..
boot Allow passing a function to directly to ev/go. 2021-08-30 22:22:22 -05:00
conf Add kqueue option to meson, janetconf, fix typoes 2021-09-03 16:23:15 -05:00
core More NetBSD fixes 2021-09-05 21:17:41 -05:00
include Remove comments regarding NetBSD breakage 2021-09-05 10:45:45 -05:00
mainclient Add janet_loop_fiber C function to run a fiber to completion from C. 2021-07-18 09:39:37 -05:00