fix(kernel): compilation issues due to header changes

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-21 01:57:51 +00:00
parent c4225f7bdf
commit b05a6a14e8
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A
2 changed files with 1 additions and 11 deletions

View File

@ -95,16 +95,6 @@
/** Other: X */
#define S_IXOTH 0001
#define O_RDONLY 00
#define O_WRONLY 01
#define O_RDWR 02
#define O_CREAT 0100
#define O_EXCL 0200
#define O_TRUNC 01000
#define O_APPEND 02000
#define O_NOFOLLOW 0400000
#define O_CLOEXEC 02000000
#define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
#define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR)
#define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)

View File

@ -201,7 +201,7 @@ typedef unsigned long timeu64_t;
typedef int clockid_t;
typedef long time64_t;
struct f_owner_ex
struct linux_f_owner_ex
{
int type;
pid_t pid;