summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libc/TODO
blob: 9d894688d9a3e5de64d8f4ff0703e3de0a55109e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                       
#
#  $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.