mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 02:16:39 +02:00
It turns out that a lot of 3rd party software does things like:
#ifdef EINTR
...
#endif
This won't work if EINTR is an enum. So much for that nice idea.
8.1 KiB
8.1 KiB