Files
Nim/lib
alaviss 0eaacbc2c4 More fixes for Haiku (#13774)
* osproc: move fork-based code path under the when conditional

* osproc: avoid using the environ global on Haiku

* osenv: import environ from stdlib.h on Haiku

Haiku's environ is declared in `<stdlib.h>` by default, differing from
POSIX and/or Linux. Import it from there to avoid collision with anyone
importing `<stdlib.h>` from Nim.
2020-03-27 09:08:13 +01:00
..
2017-02-20 17:24:19 +02:00
2019-07-14 16:08:15 +02:00
2020-03-11 23:24:56 +00:00
2020-03-21 22:52:44 +01:00
2020-03-27 09:08:13 +01:00
2013-03-16 23:53:07 +01:00
2019-12-09 06:58:06 +01:00
2014-08-28 09:59:26 +02:00
2020-03-18 16:57:34 +01:00