File: dietdirent.h

package info (click to toggle)
dietlibc 0.33~cvs20120325-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 9,616 kB
  • sloc: ansic: 57,783; asm: 11,605; cpp: 1,856; makefile: 739; sh: 104; perl: 62
file content (8 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#include <sys/shm.h>

struct __dirstream {
  char buf[PAGE_SIZE-(sizeof (int)*3)];
  int fd;
  unsigned int num;
  unsigned int cur;
};				/* stream data from opendir() */