summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libc/getdents.c
blob: 9b16d82409b3ad9b42de8d2a85a0d4c2f90c3cd5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                               
/*
 *  Just enough to make newlib return an error.
 *
 *  $Id$
 */

int getdents(
  int   fd,
  void *buf,
  int   len
)
{
  return -1;
}