TODO: remove strerror entry

I believe the remaining call sites are legitimate uses which cannot be
easily replaced with %m.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-09-12 19:56:50 +01:00
parent 9eec7d12ed
commit 432b5c8a4d
1 changed files with 0 additions and 2 deletions

2
TODO
View File

@ -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: