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, 0 insertions, 7 deletions
diff --git a/mit-pthreads/machdep/alpha-osf1/dirent.h b/mit-pthreads/machdep/alpha-osf1/dirent.h deleted file mode 100755 index 697ef7b8a8c..00000000000 --- a/mit-pthreads/machdep/alpha-osf1/dirent.h +++ /dev/null @@ -1,7 +0,0 @@ -struct dirent { - ino_t d_ino; - ushort_t d_reclen, d_namlen; - char d_name[256]; -}; -#define d_fileno d_ino -#define MAXNAMLEN 256 |