mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-09 07:51:51 +08:00
10 lines
133 B
C
10 lines
133 B
C
![]() |
#pragma once
|
||
|
|
||
|
struct linux_dirent
|
||
|
{
|
||
|
unsigned long ino;
|
||
|
unsigned long off;
|
||
|
unsigned short reclen;
|
||
|
char name[];
|
||
|
};
|