eina, eio, evas: remove wrong __USE_MISC branches #53

Merged
raster merged 1 commits from q66/efl:mtime-linux-fix into master 2024-01-04 07:10:13 -08:00

1 Commits

Author SHA1 Message Date
q66 c216f5baf2 eina, eio, evas: remove wrong __USE_MISC branches
The first branch is the POSIX-compliant one and the one that
should always be taken; __USE_MISC is an unrelated glibc-specific
macro so the code was not being used on non-glibc Linux systems
even though it should be.

All these branches are Linux-specific, so there is no legacy
code to worry about, even if it was actually useful at some point
in history.
2024-01-03 16:20:07 +01:00