diff options
Diffstat (limited to 'mit-pthreads/machdep/alpha-osf1/dirent.h')
-rwxr-xr-x | mit-pthreads/machdep/alpha-osf1/dirent.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/alpha-osf1/dirent.h b/mit-pthreads/machdep/alpha-osf1/dirent.h new file mode 100755 index 00000000000..697ef7b8a8c --- /dev/null +++ b/mit-pthreads/machdep/alpha-osf1/dirent.h @@ -0,0 +1,7 @@ +struct dirent { + ino_t d_ino; + ushort_t d_reclen, d_namlen; + char d_name[256]; +}; +#define d_fileno d_ino +#define MAXNAMLEN 256 |