core:sys/linux - implemented inotify

core:sys/linux - added constants and spacing
This commit is contained in:
A1029384756
2024-11-13 00:05:58 -05:00
parent 91bd5d4418
commit bb20338987
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
*/