commit | 45b4ecc8689d1291b01793efab3ac25125e14e48 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Aug 11 20:33:18 2014 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Aug 11 20:33:18 2014 +0200 |
tree | e1060806668ec1d691b29789077cdf6242afa509 | |
parent | feac9b607dc68ea63992a46b3b8361f00f663cdc [diff] |
init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup It is not clear why we were excluding init from this. The "getpid() != 1" clause was there from the beginning (2001) but not explained. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>