summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/TODO')
-rw-r--r--cpukit/libcsupport/src/TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/libcsupport/src/TODO b/cpukit/libcsupport/src/TODO
deleted file mode 100644
index 9d894688d9..0000000000
--- a/cpukit/libcsupport/src/TODO
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# $Id$
-#
-
-+ newlib 1.8.0 has the wrong prototype for at least read() and write().
-
-+ There should be a "eat it" stub for all system calls which are
- available to make filling out an operations table easier.
- See device_lseek() for an example of where this would be nice.
-
-+ Fix strerror() so it prints all error numbers.