mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
core:sys/linux - implemented inotify
core:sys/linux - added constants and spacing
This commit is contained in:
@@ -135,6 +135,14 @@ STATX_BASIC_STATS :: Statx_Mask {
|
||||
.BLOCKS,
|
||||
}
|
||||
|
||||
IN_ONLYDIR :: 0x01000000
|
||||
IN_DONT_FOLLOW :: 0x02000000
|
||||
IN_EXCL_UNLINK :: 0x04000000
|
||||
IN_MASK_CREATE :: 0x10000000
|
||||
IN_MASK_ADD :: 0x20000000
|
||||
IN_ISDIR :: 0x40000000
|
||||
IN_ONESHOT :: 0x80000000
|
||||
|
||||
/*
|
||||
Tell `shmget` to create a new key
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user