]> sourceware.org Git - glibc.git/commitdiff
Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 25 Oct 2018 15:57:23 +0000 (15:57 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 25 Oct 2018 15:57:23 +0000 (15:57 +0000)
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.

ChangeLog
sysdeps/unix/sysv/linux/sys/inotify.h

index d44c8376fedd8450e5314debca88f7aaee652195..c2ceb6ce5aa8bf587fdd2d38143a105c930ee75c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        [BZ #23562]
index 49cc374851114a8602435773e955e286b1ab4d09..8f766baf3d7df63660c0bf0f62aeb093692901e7 100644 (file)
@@ -66,6 +66,7 @@ struct inotify_event
 #define IN_DONT_FOLLOW  0x02000000     /* Do not follow a sym link.  */
 #define IN_EXCL_UNLINK  0x04000000     /* Exclude events on unlinked
                                           objects.  */
+#define IN_MASK_CREATE  0x10000000     /* Only create watches.  */
 #define IN_MASK_ADD     0x20000000     /* Add to the mask of an already
                                           existing watch.  */
 #define IN_ISDIR        0x40000000     /* Event occurred against dir.  */
This page took 0.063681 seconds and 5 git commands to generate.