summary refs log tree commit diff stats
path: root/lib/posix/posix_haiku.nim
Commit message (Collapse)AuthorAgeFilesLines
* posix: add full Haiku support (#13931)alaviss2020-04-091-0/+603
* posix: add full Haiku support This commit provides a posix_haiku derived from posix_other, with types following Haiku's definition. This fixes cases where the compiler generates type check for the wrong types (ie. checks where generated for an int-derived type but it's actually implemented as an uint instead). * tools/kochdocs: welcome posix_haiku to the blacklist