source: rtems/c/src/lib/libc/TODO @ cff0d64

4.104.114.84.95
Last change on this file since cff0d64 was 195ae7ba, checked in by Joel Sherrill <joel.sherrill@…>, on 06/30/00 at 12:31:28

Patch from Chris Johns <cjohns@…> to add fchdir()
functionality to libc and update TODO.

  • Property mode set to 100644
File size: 427 bytes
Line 
1#
2#  $Id$
3#
4
5+ newlib 1.8.0 has the wrong prototype for at least read() and write().
6
7+ There should be a "eat it" stub for all system calls which are
8  available to make filling out an operations table easier. 
9  See device_lseek() for an example of where this would be nice.
10
11+ Fix strerror() so it prints all error numbers.
12
13+ Check the node allocation coment in the fchdir call.
14+ Add an interface somewhere for this call.
Note: See TracBrowser for help on using the repository browser.