logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

dirent.h (201B)


  1. #define _DIRENT_HAVE_D_RECLEN
  2. #define _DIRENT_HAVE_D_OFF
  3. #define _DIRENT_HAVE_D_TYPE
  4. struct dirent {
  5. ino_t d_ino;
  6. off_t d_off;
  7. unsigned short d_reclen;
  8. unsigned char d_type;
  9. char d_name[256];
  10. };