Rename struct "stat" to "kstat"

This commit is contained in:
EnderIce2
2024-04-01 04:49:06 +03:00
parent 7b5a486391
commit 91ca38fd77
5 changed files with 67 additions and 114 deletions

View File

@ -271,7 +271,7 @@ struct linux_dirent64
char d_name[]; /* Filename (null-terminated) */
};
struct k_stat
struct linux_kstat
{
#if defined(a64)
__kernel_ulong_t st_dev;
@ -317,7 +317,7 @@ struct k_stat
#endif
};
struct k_stat64
struct linux_kstat64
{
unsigned long long st_dev;
unsigned char __pad0[4];