source: rtems/c/src/lib/libc/getdents.c @ bd8c8b2a

4.104.114.84.95
Last change on this file since bd8c8b2a was 270d58f, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/98 at 19:00:33

New file to satisfy readdir() family.

  • Property mode set to 100644
File size: 138 bytes
Line 
1/*
2 *  Just enough to make newlib return an error.
3 *
4 *  $Id$
5 */
6
7int getdents(
8  int   fd,
9  void *buf,
10  int   len
11)
12{
13  return -1;
14}
Note: See TracBrowser for help on using the repository browser.