mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h.
This patch adds the IN_MASK_CREATE macro from Linux 4.19 to sys/inotify.h. Tested for x86_64. * sysdeps/unix/sysv/linux/sys/inotify.h (IN_MASK_CREATE): New macro.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2018-10-25 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sys/inotify.h (IN_MASK_CREATE): New
|
||||||
|
macro.
|
||||||
|
|
||||||
2018-10-25 Florian Weimer <fweimer@redhat.com>
|
2018-10-25 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
[BZ #23562]
|
[BZ #23562]
|
||||||
|
@ -66,6 +66,7 @@ struct inotify_event
|
|||||||
#define IN_DONT_FOLLOW 0x02000000 /* Do not follow a sym link. */
|
#define IN_DONT_FOLLOW 0x02000000 /* Do not follow a sym link. */
|
||||||
#define IN_EXCL_UNLINK 0x04000000 /* Exclude events on unlinked
|
#define IN_EXCL_UNLINK 0x04000000 /* Exclude events on unlinked
|
||||||
objects. */
|
objects. */
|
||||||
|
#define IN_MASK_CREATE 0x10000000 /* Only create watches. */
|
||||||
#define IN_MASK_ADD 0x20000000 /* Add to the mask of an already
|
#define IN_MASK_ADD 0x20000000 /* Add to the mask of an already
|
||||||
existing watch. */
|
existing watch. */
|
||||||
#define IN_ISDIR 0x40000000 /* Event occurred against dir. */
|
#define IN_ISDIR 0x40000000 /* Event occurred against dir. */
|
||||||
|
Reference in New Issue
Block a user