]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TODO: remove strerror entry
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 12 Sep 2016 18:56:50 +0000 (19:56 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 14 Sep 2016 00:10:57 +0000 (20:10 -0400)
I believe the remaining call sites are legitimate uses which cannot be
easily replaced with %m.

TODO

diff --git a/TODO b/TODO
index 88bf48d0d948beea83e262cde6d8d093f849ecd3..ba65f7f40f6712b6e4518e66fb2d2e0c2cd72ede 100644 (file)
--- a/TODO
+++ b/TODO
@@ -27,8 +27,6 @@ Janitorial Clean-ups:
 
 * replace manual readdir() loops with FOREACH_DIRENT or FOREACH_DIRENT_ALL
 
-* Get rid of the last strerror() invocations in favour of %m and strerror_r()
-
 * Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again
 
 Features: