mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
fix(kernel): compilation issues due to header changes
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
c4225f7bdf
commit
b05a6a14e8
@ -95,16 +95,6 @@
|
|||||||
/** Other: X */
|
/** Other: X */
|
||||||
#define S_IXOTH 0001
|
#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_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
|
||||||
#define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR)
|
#define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR)
|
||||||
#define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
|
#define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
|
||||||
|
@ -201,7 +201,7 @@ typedef unsigned long timeu64_t;
|
|||||||
typedef int clockid_t;
|
typedef int clockid_t;
|
||||||
typedef long time64_t;
|
typedef long time64_t;
|
||||||
|
|
||||||
struct f_owner_ex
|
struct linux_f_owner_ex
|
||||||
{
|
{
|
||||||
int type;
|
int type;
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user