File:  [DVB] / dietlibc / dietdirent.h
Revision 1.3: download - view: text, annotated - select for diffs
Thu Jul 18 21:37:11 2013 UTC (10 years, 10 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
work around sparc64 kernel bug which apparently expects >4 byte alignment in getdents

#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() */

LinuxTV legacy CVS <linuxtv.org/cvs>