diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-12-31 02:46:28 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2025-01-02 12:01:53 +0100 |
commit | 03ccee19396ae604d9ac1570dddb8b41ec0e7253 (patch) | |
tree | 5843f65908ce204b66f506dc80fb9990349aadd1 /TODO | |
parent | 60-sensor.hwdb: Loosen model mask to include entire series (diff) | |
download | systemd-03ccee19396ae604d9ac1570dddb8b41ec0e7253.tar.xz systemd-03ccee19396ae604d9ac1570dddb8b41ec0e7253.zip |
errno-list: prefer strerrorname_np() as errno_to_name() provider
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1571,7 +1571,7 @@ Features: * add a new flag to chase() that stops chasing once the first missing component is found and then allows the caller to create the rest. -* make use of new glibc 2.32 APIs sigabbrev_np() and strerrorname_np(). +* make use of new glibc 2.32 APIs sigabbrev_np(). * if /usr/bin/swapoff fails due to OOM, log a friendly explanatory message about it |