summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/TODO
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-30 12:31:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-30 12:31:28 +0000
commit195ae7bada581d028acf9747d3fc448d1d5d34be (patch)
tree91838442d3288127eb87edbb0da686b09c569306 /cpukit/libcsupport/src/TODO
parentThis is the initial addition of the port of RTEMS to the (diff)
downloadrtems-195ae7bada581d028acf9747d3fc448d1d5d34be.tar.bz2
Patch from Chris Johns <cjohns@cybertec.com.au> to add fchdir()
functionality to libc and update TODO.
Diffstat (limited to 'cpukit/libcsupport/src/TODO')
-rw-r--r--cpukit/libcsupport/src/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/TODO b/cpukit/libcsupport/src/TODO
index 9d894688d9..38cb012326 100644
--- a/cpukit/libcsupport/src/TODO
+++ b/cpukit/libcsupport/src/TODO
@@ -9,3 +9,6 @@
See device_lseek() for an example of where this would be nice.
+ Fix strerror() so it prints all error numbers.
+
++ Check the node allocation coment in the fchdir call.
++ Add an interface somewhere for this call. \ No newline at end of file