Annotation of dietlibc/dietdirent.h, revision 1.3

1.2       fefe        1: #include <sys/shm.h>
                      2: 
1.1       cvs         3: struct __dirstream {
1.3     ! leitner     4:   char buf[PAGE_SIZE-(sizeof (int)*3)];
1.1       cvs         5:   int fd;
                      6:   unsigned int num;
                      7:   unsigned int cur;
                      8: };                             /* stream data from opendir() */

LinuxTV legacy CVS <linuxtv.org/cvs>