On Tue Mar 5 20:44:25 2024 +0000, Torge Matthies wrote:
Ok I will remove the `#ifdef`s. Though, do you think we should have this code path at all if there's no guarantee that it will work on any architecture?
Your concern is valid. I thought about this for a bit, and the conclusion is that we still want to keep this code path for the time being, since this is probably the best we can do for most *BSDs and other non-Linux platforms.
After all, we're replacing one FIXME for another, and we're not regressing anything.