]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add IN_EXCL_UNLINK for MIPS.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 12 Aug 2010 22:01:30 +0000 (22:01 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 12 Aug 2010 22:01:30 +0000 (22:01 +0000)
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/sys/inotify.h

index d33ccabba3be64306b0cc6f1f2b16aad59fdf20c..562364260abae69c22c857aadaf907d247105fe8 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-12  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/sys/inotify.h (IN_EXCL_UNLINK):
+       Define.
+
 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/bits/resource.h: Declare prlimit
index 49f39470e197190dd727260be0254bc4fdd1ebf1..d1d0509213beca4e4a7e33b19ca7fba807c957b0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -72,6 +72,8 @@ struct inotify_event
 #define IN_ONLYDIR      0x01000000     /* Only watch the path if it is a
                                           directory.  */
 #define IN_DONT_FOLLOW  0x02000000     /* Do not follow a sym link.  */
+#define IN_EXCL_UNLINK  0x04000000     /* Exclude events on unlinked
+                                          objects.  */
 #define IN_MASK_ADD     0x20000000     /* Add to the mask of an already
                                           existing watch.  */
 #define IN_ISDIR        0x40000000     /* Event occurred against dir.  */