diff options
Diffstat (limited to 'libc/sysdeps/linux/sh')
-rw-r--r-- | libc/sysdeps/linux/sh/bits/dirent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sh/bits/dirent.h b/libc/sysdeps/linux/sh/bits/dirent.h index 1754c7cbe..472ae1a04 100644 --- a/libc/sysdeps/linux/sh/bits/dirent.h +++ b/libc/sysdeps/linux/sh/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! */ }; |