Sign in
akaros
/
upstream
/
46cfc69bdb8606be7693f88fb235cd8bd85a83a4
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
bits
/
dirent.h
blob: 95975662a20102b362be9355139883af85428aaf [
file
] [
log
] [
blame
]
/* Keep this in sync with the kernel */
struct
dirent
{
__ino64_t
d_ino
;
__off64_t
d_off
;
unsigned
short
d_reclen
;
unsigned
char
d_type
;
char
d_name
[
256
];
}
__attribute__
((
aligned
(
8
)));
#define
d_fileno d_ino
#define
dirent64 dirent