This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.28.9000-223-gfe61f17


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  fe61f17cfc18f17befca3280e828bb40e8c772b0 (commit)
      from  7c5e34d7f1b8f8f5acd94c2b885ae13b85414dcd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=fe61f17cfc18f17befca3280e828bb40e8c772b0

commit fe61f17cfc18f17befca3280e828bb40e8c772b0
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Oct 25 15:57:23 2018 +0000

    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.

diff --git a/ChangeLog b/ChangeLog
index d44c837..c2ceb6c 100644
--- 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]
diff --git a/sysdeps/unix/sysv/linux/sys/inotify.h b/sysdeps/unix/sysv/linux/sys/inotify.h
index 49cc374..8f766ba 100644
--- a/sysdeps/unix/sysv/linux/sys/inotify.h
+++ b/sysdeps/unix/sysv/linux/sys/inotify.h
@@ -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.  */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                             |    5 +++++
 sysdeps/unix/sysv/linux/sys/inotify.h |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]