mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
Kernel: Move VFS-internal O_FOO definitions to VirtualFileSystem.h
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
// Kernel internal options.
|
||||
#define O_NOFOLLOW_NOERROR (1 << 29)
|
||||
#define O_UNLINK_INTERNAL (1 << 30)
|
||||
|
||||
struct UidAndGid {
|
||||
uid_t uid;
|
||||
gid_t gid;
|
||||
|
||||
Reference in New Issue
Block a user