Files
Max Desiatov 7b0f469fd4 Add support for Musl libc (#574)
* Add support for Musl libc

Since Musl is sufficiently different from Glibc (see https://wiki.musl-libc.org/functional-differences-from-glibc.html), it requires a different import, which now should be applied to files that have `import Glibc` in them.

* Platform.swift: fix macOS build issue

Glibc and Darwin can share the same `ioctl` code.
2023-06-28 14:02:34 -04:00
..