summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/v850/bits/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/v850/bits/dirent.h')
-rw-r--r--libc/sysdeps/linux/v850/bits/dirent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/v850/bits/dirent.h b/libc/sysdeps/linux/v850/bits/dirent.h
index 1754c7cbe..472ae1a04 100644
--- a/libc/sysdeps/linux/v850/bits/dirent.h
+++ b/libc/sysdeps/linux/v850/bits/dirent.h
@@ -40,6 +40,9 @@ struct dirent
__off64_t d_off;
#endif
unsigned short int d_reclen;
+#ifdef __USE_FILE_OFFSET64
+ unsigned char d_type;
+#endif
char d_name[256]; /* We must not include limits.h! */
};