diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-25 00:04:02 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-25 00:05:14 -0300 |
commit | d6dd604b551987b411ec8930c23bd5c9c93ef864 (patch) | |
tree | 6599838f561b0621fda1bfb660bef74981607367 /TODO | |
parent | db5c0122853a9ecf1cc92e6593461932df2fa866 (diff) |
util: rework safe_atod() to be locale-independent
This adds some syntactic sugar with a macro RUN_WITH_LOCALE() that reset
the thread-specific locale temporarily.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -121,8 +121,6 @@ Features: * man: remove .include documentation, and instead push people to use .d/*.conf -* safe_atod() is too naive, as it is vulnerable to locale parameters, should be locale independent. - * think about requeuing jobs when daemon-reload is issued? usecase: the initrd issues a reload after fstab from the host is accessible and we might want to requeue the mounts local-fs acquired through |