ecore: use standard LC_ALL instead of __LC_ALL in systemd module
authorDaniel Kolesa <d.kolesa@samsung.com>
Thu, 11 Jun 2020 00:32:07 +0000 (02:32 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 11 Jun 2020 21:51:50 +0000 (06:51 +0900)
commitd801170ba4b385a19ae26c5745eb3c59d4df7e6d
treed986f1e92737553eb3507ffda3fc756295a5d7f9
parent2bb95109091b08d9c21e9c90bb216850509b5f06
ecore: use standard LC_ALL instead of __LC_ALL in systemd module

The former is a POSIX name, the latter is non-standard. I don't
know why the latter was used, considering glibc literally has
just #define LC_ALL __LC_ALL, but change it and unbreak build
on musl and other systems.
src/modules/ecore/system/systemd/ecore_system_systemd.c