core:sys/linux - implemented inotify

core:sys/linux - added constants and spacing
This commit is contained in:
A1029384756
2024-12-01 11:54:53 +11:00
committed by flysand7
parent 3afde70513
commit be66d4bd8b
4 changed files with 72 additions and 3 deletions
+8
View File
@@ -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
*/