c3lang / c3c

Compiler for the C3 language
https://c3-lang.org
GNU Lesser General Public License v3.0
2.68k stars 163 forks source link

Bsd family fixes #1435

Closed wilsonk closed 2 weeks ago

wilsonk commented 2 weeks ago

This gets NetBSD (and I assume OpenBSD, but I didn't check yet) up to about the same point as FreeBSD. This means all the regression tests pass and most of the stdlib tests pass except one memory test and then two pthread tests fail and the runner crashes. Still, most of the tests are passing, at least (and most of the resources/examples that I tried).

lerno commented 2 weeks ago

Thank you!